-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add registration authority support #62
Add registration authority support #62
Conversation
Adds the `enabled` flag to these secrets sections to allow the user to optionally disable injection of these certs and keys. Addresses smallstep#52
Adds the capability to inject JWK and X5C provisioner keys for configuring a Smallstep Registration Authority. Addresses smallstep#61
…to add-registration-authority-support
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.
Hi @estenrye, this is great; I've added some feedback regarding the issuer key. In most cases, you don't need to configure it, so it should be optional.
- Make certificate issuer key optional - fix documentation in values.yml
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.
LGTM
Thanks @estenrye
This PR adds the following capabilities
Deployment
object.Addresses the following issues:
#1
#52
#61