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

ncm-mysql: add an option to use encrypted user password #1661

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

D3SX
Copy link

@D3SX D3SX commented Feb 21, 2024

Add the possibility to store password in an encrypted way inside templates.
The schema is modified (component_mysql_db_user and component_mysql_server_options types) to add a boolean option encrypted_adminpwd which is false by default.

When true, the password has to be set in its encrypted form.
The easiest way to generate the encrypted password is the MySQL command select password('plop');

These modifications is fully backward compatible and could be use without changing anything in the templates.

@jrha jrha added this to the 23.12 milestone Feb 22, 2024
Copy link
Member

@jrha jrha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a really nice enhancement, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants