passbolt / charts-passbolt

Helm charts to run Passbolt on Kubernetes. No strings attached charts to run the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
41 stars 27 forks source link

Support for mariadb and redis password autogeneration #1

Open dlen opened 1 year ago

dlen commented 1 year ago

Redis and Mariadb dependency charts both support password autogeneration so it would be nice to rely on such mechanism for this chart.

It will also require passbolt to detect such secrets and automatically inject them in the corresponding environment variables:

DATASOURCES_DEFAULT_PASSWORD
CACHE_CAKE_DEFAULT_PASSWORD
plusiv commented 1 year ago

Both of them have a mechanism to specify external secrets with those values, creating a unique secret from Passbolt chart with all those credentials and passing to Redis and Mariadb charts as an external secret would be a suitable option as well. 🤔🤔

xskrasek commented 11 months ago

This would be a neat future, as it could help simplify password management during deployment.