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

[FEAT] Fetch all secrets in a given path #292

Closed
mangatmodi opened this issue Feb 4, 2022 · 1 comment
Closed

[FEAT] Fetch all secrets in a given path #292

mangatmodi opened this issue Feb 4, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mangatmodi
Copy link

mangatmodi commented Feb 4, 2022

Is your feature request related to a problem? Please describe.
I have many secrets in a vault path. For now I have to add all of them. If we add more in the future, we will also need to add them in the pipeline definition to avail it.

Describe the solution you'd like
Perhaps we can specify only the vault paths. The variables from the subsequent path overwrite the first one. For e.g -

path/to/a
path/to/b

Here variables from path/to/b will overwrite the same keys from path/to/a. Obviously users can not specify name for them.

I would happy to contribute the pull request if the community agree.

@mangatmodi mangatmodi added the enhancement New feature or request label Feb 4, 2022
@nenad
Copy link

nenad commented Feb 7, 2022

This enhancement seems similar to #234. A potential workaround might be #153 (comment)

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

No branches or pull requests

2 participants