-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for signing keys APIs #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tylerburdsall this is awesome!! ❤️ were adding this to go sdk now also. Left some feed back but overall looking good.
Could we also try running golint and gofmt locally and check out put. It seems like were not totally compliant to me but hard to say for sure. Not sure if we need an extra cicd step maybe need to audit.
Changes have been addressed with latest commits, thank you for the feedback!
Adds support for
CreateSigningKey
,RevokeSigningKey
, andListSigningKeys
APIs