-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[bitnami/postgresql-ha] Pgpool connecting without password even provided password in values.yaml file #27063
Comments
Hi, |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Even with 14.2.7 we still see the same issue! |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
I am seeing the issue with latest release also! |
Hi @rafariossaa Can you please reopen this? Running 14.2.7, the issue is still present:
|
Please amend me if I am wrong but It seems a consequence of using the same admin user and password for postgresql and the replication manager, which is not a good practice. |
That does seem to be the case in this scenario, I just tested with a new deployment having individual usernames and passwords for each purpose and I get asked for a password for each test, both in the Given this information, I think the original issue can be closed. |
Name and Version
bitnami/postgresql-ha-14.2.3
What architecture are you using?
amd64
What steps will reproduce the bug?
Deploy postgresha solution with below values and deploy with command helm install -f values.yaml postgresql bitnami/postgresql-ha -n psql
What is the expected behavior?
Service postgresql-postgresql-ha-pgpool should only connect with password test1234 provided in values.yaml but it is connecting with out password authentication
What do you see instead?
Service postgresql-postgresql-ha-pgpool should only connect with password test1234 provided in values.yaml but it is connecting with out password authentication
Additional information
If I deploy with providing values.yaml I see it is working fine, I mean if deployed helm install postgresql bitnami/postgresql-ha -n psql which is working as expected(only able to connect with password generated automatically)
The text was updated successfully, but these errors were encountered: