We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To make updating secrets less cumbersome, it would be nice to be able to specify the version of the secret in the plugin. It could look like this:
def mySecret = [path: 'myPath/mySecret', version: 1, secretValues: [ [envVar: 'SECRET_VAL', vaultKey: 'SECRET_KEY']]]
The text was updated successfully, but these errors were encountered:
It would also be helpful if the plugin logged which version of a given secret was retrieved (cf.
hashicorp-vault-plugin/src/main/java/com/datapipe/jenkins/vault/VaultAccessor.java
Line 207 in 48134f6
Sorry, something went wrong.
No branches or pull requests
Feature Request
To make updating secrets less cumbersome, it would be nice to be able to specify the version of the secret in the plugin.
It could look like this:
The text was updated successfully, but these errors were encountered: