confidential-containers / trustee-operator

Operator to manage the lifecycle of Trustee (KBS)
Apache License 2.0
2 stars 12 forks source link

Add option to use External secrets store operator to provide secrets to KBS #26

Open bpradipt opened 3 months ago

bpradipt commented 3 months ago

External Secrets Operator integrates external secret management systems like AWS Secrets Manager, HashiCorp Vault, Azure Key Vault, etc. The operator reads information from external APIs and automatically injects the values into a Kubernetes Secret.

https://external-secrets.io/latest/

This issue is to track the integration of Trustee operator with external secrets store