PostgreSql configuration

The Auth Server uses a Postgres database to store all the necessary state and user information, the connection is configured via the postgreSql section of the values.yaml used to deploy the Helm Chart.

Example values.yaml section

#------------------------------------------------------------------------------
# postgreSql connection details, including secret(s)
#------------------------------------------------------------------------------
postgreSql:
  uri: "jdbc:postgresql://your-postgres-host:5432/auth"
  existingSecret: "auth-usr-psql-auth"

Assuming that the given secret exists and has username and password keys present in it.


[EARLY DRAFT RELEASE] Copyright 2020-2025 Telicent Limited. All rights reserved