rabbitmq / cluster-operator

RabbitMQ Cluster Kubernetes Operator
https://www.rabbitmq.com/kubernetes/operator/operator-overview.html
Mozilla Public License 2.0
864 stars 269 forks source link

Consider support for CSI store driver #182

Closed mkuratczyk closed 3 years ago

mkuratczyk commented 4 years ago

Kubernetes CSI store driver integrates secrets stores with Kubernetes via a Container Storage Interface (CSI) volume. The Secrets Store CSI driver secrets-store.csi.k8s.io allows Kubernetes to mount multiple secrets, keys, and certs stored in enterprise-grade external secrets stores into their pods as a volume. Once the Volume is attached, the data in it is mounted into the container's file system.

We might indirectly already support it with overrides but we need to test it. Even then, let's consider whether this should be a top-level feature.

github-actions[bot] commented 3 years ago

This issue has been marked as stale due to 60 days of inactivity. Stale issues will be closed after a further 30 days of inactivity; please remove the stale label in order to prevent this occurring.

github-actions[bot] commented 3 years ago

Closing stale issue due to further inactivity.

kamilzzz commented 1 year ago

I assume it was decided support for CSI secret store driver won't be a top level feature, right?