-
Notifications
You must be signed in to change notification settings - Fork 548
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(pki): Add support to enable_templating in vault_pki_secret_backend_config_urls #2147
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.
Thanks for the contribution @Viper61 ! Looking good so far, just a few comments.
Hi @fairclothjm For the tests, I tried te preserve the import one for both 1.13/earlier and 1.14/newer. |
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.
Thanks @Viper61 ! I believe enable_templating
was added in Vault 1.13. Could you please update accordingly?
Oh, it was added in 1.13 and was available from the CLI. It's fixed. |
1dc0cd3
to
e6cdab5
Compare
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 @Viper61 !
Description
This PR adds a new option to allow configuration of the templating on the global URLs (vault_pki_secret_backend_config_urls)
Relates #1947
Closes #1983
Checklist
Output from acceptance testing:
Community Note