dragonflydb / dragonfly-operator

A Kubernetes operator to install and manage Dragonfly instances.
https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation
Apache License 2.0
144 stars 34 forks source link

add support to pass in a aclfile #144

Closed 34fathombelow closed 9 months ago

34fathombelow commented 10 months ago

We have the ability to use the --aclfile option as an arg but no way to inject this file. A secret mounted through a volume would work. I'm also open to other options.

Thanks for this awesome project!

Pothulapati commented 10 months ago

Thanks @34fathombelow for the kind words!

Its a valid feature request, and should be straightforward to implement.