vault-secrets-operator
vault-secrets-operator copied to clipboard
feat: add new crds (#98)
Adds VaultAuthBackend, VaultKubernetesAuthBackend and VaultKubernetesAuthBackendRole CRDs, with corresponding controllers.
These CRDs enable the management of Vault auth backends, along with kubernetes auth configs and roles through the operator.
This is obviously a very rough PoC and more intended as a throwaway than anything else, but would be nice to get some feedback 😄 Tested this using a local k8s cluster and Vault cluster and these work fine so far.