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

Enable external secret store to publish secret to Vault #100

Closed
ZhengjunHUO opened this issue Sep 19, 2022 · 0 comments · Fixed by #124
Closed

Enable external secret store to publish secret to Vault #100

ZhengjunHUO opened this issue Sep 19, 2022 · 0 comments · Fixed by #124
Labels
enhancement New feature or request

Comments

@ZhengjunHUO
Copy link
Contributor

What problem are you facing?

Using crossplane, we need to generate on demand some random_password (using hashicorp/random) and save them to the Vault, which will be used later by the kubernetes created at the same time (eg. by a CSI Driver).
We tried to build a "crossplane-provider-random" using provider-jet-template, but for some reason it didn't work as aspected, so we turned to provider-terraform which works fine for the generation part but for now we don't have the option to enable the external secret store

How could Crossplane help solve your problem?

We need to modified a bit the code by enabling the flag --enable-external-secret-stores and the logic behind, a storeconfig type and its crd, the modfied version is now used in our project and works pretty well.

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

Successfully merging a pull request may close this issue.

1 participant