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

Warn when mariadb password differs from environment variable #452

Open
rocketeerbkw opened this issue Apr 20, 2022 · 1 comment
Open

Warn when mariadb password differs from environment variable #452

rocketeerbkw opened this issue Apr 20, 2022 · 1 comment
Assignees

Comments

@rocketeerbkw
Copy link
Member

During the setup entrypoint, we should output a log message if we can detect that the password set in the environment variable doesn't match what is currently set for the mariadb user.

This would help debug issues when, for example, a secret has changed in kubernetes and now an application doesn't have permission to access the database.

@smlx
Copy link
Member

smlx commented Apr 23, 2022

If the entrypoint exited with an error in this case then the problem would be visible at the k8s API level instead of needing to check logs.

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

No branches or pull requests

2 participants