ContainerSolutions / externalsecret-operator

An operator to fetch secrets from cloud services and inject them in Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figure out if we can reuse Vault implementation from external-secret-operator

riccardomc opened this issue · comments

This project by slamdev has a very similar approach:
https://github.com/slamdev/external-secrets-operator/tree/master/internal

It would be nice if we could find a way to collaborate.

This issue is about exploring the possibility of merging the Vault backend in this codebase.