argoproj-labs / argocd-vault-plugin

An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets
https://argocd-vault-plugin.readthedocs.io
Apache License 2.0
829 stars 191 forks source link

Support for OCI Vault #459

Open amartyaa opened 1 year ago

amartyaa commented 1 year ago

Is your feature request related to a problem? Please describe. Oracle Cloud has a native vault. ArgoCD should be able to sync with it to fetch secrets.

Describe the solution you'd like OCI Vault should be added as supported vault.

Describe alternatives you've considered Not an alternate solution but I have used External Secrets Operator to create kubernetes secrets sourced from OCI Vault.

Additional context I can work on development

werne2j commented 1 year ago

@amartyaa Thanks for the suggestion, we might not be able to get to this but feel free to put together a PR and we would be happy to review it

ddevadat commented 1 week ago

@werne2j created a PR for OCI vault support as a backend https://github.com/argoproj-labs/argocd-vault-plugin/pull/670