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

Add kubernetes secrets backend #516

Closed
acelinkio opened this issue Jun 7, 2023 · 2 comments
Closed

Add kubernetes secrets backend #516

acelinkio opened this issue Jun 7, 2023 · 2 comments

Comments

@acelinkio
Copy link
Contributor

Is your feature request related to a problem? Please describe.
ArgoVaultPlugin provides a simple method for performing string replacements on any object deployed by ArgoCD. I regularly work with ephemeral Kubernetes clusters for development and would like to avoid making a large number of requests to real backends.

Describe the solution you'd like
Add support for using local Kubernetes secrets as a backend.

Describe alternatives you've considered
SOPS backend. Requires that a file is checked into a repository which is not ideal for ephemeral development resources.

Additional context
This may seem redundant, however many objects do not support the native use of secrets. Leveraging ArgoVaultPlugin for basic manipulation enables local development to reuse the same structures expected in production.

@acelinkio acelinkio changed the title Add backend for using local Kubernetes Secrets Add kubernetes secrets backend Jun 7, 2023
@dennislapchenko
Copy link
Contributor

We have decided to go this way as well. Planning to finish a solution in the next week or so. Hopefully as an addition to this plugin, else - as a separate plugin.

@acelinkio
Copy link
Contributor Author

Closed with 1.16 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants