redradrat / aws-iam-operator

AWS IAM Operator for Kubernetes
Apache License 2.0
32 stars 7 forks source link

Support 'bring your own secret store' #25

Open redradrat opened 2 years ago

redradrat commented 2 years ago

Instead of writing Secrets and ConfigMaps maybe we should consider triggering a hook for writing secrets elsewhere? Not sure, but a simple event hook could do the trick. Users could deploy their own service that then writes to an external store and maybe creates an ExternalSecret object within k8s to inject the secret somewhere.