Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for mariadb and redis password autogeneration #1

Open
dlen opened this issue Feb 2, 2023 · 2 comments
Open

Support for mariadb and redis password autogeneration #1

dlen opened this issue Feb 2, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@dlen
Copy link
Member

dlen commented Feb 2, 2023

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
@dlen dlen self-assigned this Feb 2, 2023
@dlen dlen added the enhancement New feature or request label Feb 2, 2023
@plusiv
Copy link
Contributor

plusiv commented Mar 17, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants