-
Notifications
You must be signed in to change notification settings - Fork 549
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
Update pki_secret_backend_role to allow key_type "any" #791
Conversation
I would like this to get approved |
@taemon1337 thank you for the contribution. I wonder if you wouldn't mind also documenting the supported Thanks, Ben |
I was able to submit a patch to @philband 's PR but I don't have access to that repo so he will have to commit. You can see it here - taemon1337@83bae08 |
85daaaf
to
7b927c5
Compare
@taemon1337 thank you for the patch. I added it into this pull request. |
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!
Thank your for your contribution to HashiCorp!
Hi @taemon1337, would you mind please signing the CLA? After that we can merge this PR. Thanks again @philband for your contribution. |
Co-authored-by: taemon1337 <taemon1337@gmail.com> Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
This PR updates the
vault_pki_secret_backend_role
to allowany
askey_type
. It permits issuing certificates with private keys other thanec
orrsa
from CSRs.Relevant vault docs specifying this feature: https://www.vaultproject.io/api-docs/secret/pki#key_type-1
Community Note
Release note for CHANGELOG: