Skip to content
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

Let specific version of secrets be selected #190

Open
FlorianBuchegger opened this issue Aug 10, 2021 · 1 comment
Open

Let specific version of secrets be selected #190

FlorianBuchegger opened this issue Aug 10, 2021 · 1 comment

Comments

@FlorianBuchegger
Copy link

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:

def mySecret = [path: 'myPath/mySecret', version: 1, secretValues: [
    [envVar: 'SECRET_VAL', vaultKey: 'SECRET_KEY']]]
@jzilske
Copy link

jzilske commented Aug 2, 2024

It would also be helpful if the plugin logged which version of a given secret was retrieved (cf.

logger.printf("Retrieving secret: %s%n", path);
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants