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

Enhancement: Embed all the key pairs available in a secret without explicitly knowing all the key names #81

Open
kloudwrangler opened this issue Aug 22, 2024 · 0 comments

Comments

@kloudwrangler
Copy link

Currently, you must explicitly know the key of a secret in order for dockhand secret to be able to pull that secret.

data:
  MY_SECRET: << (aws /some/path "MY_SECRET") >>

In the scenario where I want to be able to add any secret pair that is found in the cloud secret, I would like to be able to have a command that just pull them all without knowing the key names.

secretFrom:
  source: aws
  path: /some/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

1 participant