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

Allow * in CASC_VAULT_PATHS #189

Open
codiophile opened this issue Aug 5, 2021 · 1 comment
Open

Allow * in CASC_VAULT_PATHS #189

codiophile opened this issue Aug 5, 2021 · 1 comment

Comments

@codiophile
Copy link

The way our secrets are organised in the vault means that we have to add a lot of paths to CASC_VAULT_PATHS. It would be nice if we could simply add:

CASC_VAULT_PATHS='secret/*'

And then everything would be available. Right now, it is an extra step to have to add a path every time we add a new group of secrets that need to be accessible from Jenkins. Obviously, we could reorganise the vault to have everything in one group, but I think that's a choice that should be left to the user and not one that should be imposed by the plugin.

@peterloron
Copy link

This would be fantastic for us. Currently we have all of the secrets jammed into one path as separate keys to avoid having hundreds of items in the PATHS string.

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