Closed Haskell-fmap closed 1 month ago
Hi @carrodher, I see that this has been moved to "in-progress", does that mean that there's an investigation on his being done? I would be grateful for some update.
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.
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.
Name and Version
bitnami/postgresql-15.5.28
What architecture are you using?
amd64
What steps will reproduce the bug?
metrics.enabled
andtls.enabled
.Are you using any custom parameters or values?
What is the expected behavior?
Errors regarding logging into a database for user
postgres
do not occurWhat do you see instead?
Pod is constantly logging
Additional information
Weirdly, metrics seem to be properly collected.
Since the default pg_hba.conf file has
host all all 0.0.0.0/0 md5
as the first line I've tried to manually set it withprimary.pgHbaConfiguration
, but then I'm simply gettingbut now metrics are also gone(?). Keeping this settings
auth.enablePostgresUser: true
or/andauth.postgresPassword
doesn't help either.The only thing that helps with that is to add
host all all localhost trust
, but I don't want to do this as this is insecure.I don't see any option to add password or certificates under
values.metrics
.