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

Load all secret keys from Vault secret object #88

Open
s-vitaliy opened this issue Jul 28, 2022 · 2 comments
Open

Load all secret keys from Vault secret object #88

s-vitaliy opened this issue Jul 28, 2022 · 2 comments

Comments

@s-vitaliy
Copy link

Hi,

We would like to utilize your secret manager to use in our kubernetes cluster, but we have faced a trouble: the custom resource definition in secret manager reuqires to map keys from Vault's secret object to kubernetes secret object.

We need to sync the secrets from Vault to kubernetes when user updates the Vault secret manually, without need to commit any configuration changes in repository.

Is it possible to create 1-to-1 mapping from Vault secret object to kubernetes secret object with your tool?

@fcrespofastly
Copy link
Contributor

Hi @s-vitaliy can you put an example on what you are trying to achieve? If I understood correctly, what you'd like is not having to specify the keys in the vault path at all, so secrets-manager will actually pull the keys and create a k8s secret with the same key names? Is that what you're suggesting?

@s-vitaliy
Copy link
Author

Hi @fcrespofastly, you are right. Because of this, we could not use your secret manager and we considered to use external secrets operator instead: https://external-secrets.io/v0.5.8/provider-hashicorp-vault/#multiple-nested-values

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