ECJBA-CE Fails to Authenticate with Database in Rootless Podman Setup #830
Closed
DevDorrejo
started this conversation in
General
Replies: 2 comments 4 replies
-
Did you check for example how it's done in the community helm charts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
If I remeber correctly PostgreSQL have different access configuration depending on which client and authentication method you use. See some (in many ways outdated) information here. https://github.com/Keyfactor/ejbca-ce/blob/main/doc/howto/HOWTO-database.txt |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am setting up a rootless Podman environment with ECJBA-CE, but I am having trouble getting the container to use the DATABASE_PASSWORD correctly. The error message indicates an authentication failure:
However, I verified that the database is accessible from other containers in the same pod by manually connecting to PostgreSQL with the same credentials.
Setup Details
I create the database password as a Podman secret and inject it into the container using a quadlet.
Container Configuration in Quadlet
Observations
Questions
Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions