microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
https://microcks.io
Apache License 2.0
26 stars 5 forks source link

Allow reference of a MongoDB Secret #12

Closed lbroudoux closed 4 years ago

lbroudoux commented 4 years ago

As of today we support already existing installation of MongoDB but the Secret used should have a fixed name corresponding to {{name}}-mongodb-connection with fixed keys being username and password. We should allow more flexible ways of referencing an existing Secret.