Skip to content

POSTGRES_PASSWORD vs POSTGRES_PASSWORD_FILE #449

@dhoppe

Description

@dhoppe

I believe that there is an issue with the following documentation:

In this example the PostgreSQL password will be set as environment variable POSTGRES_PASSWORD, but the Helm chart for PostgreSQL has set the value auth.usePasswordFiles to true, which will add an additional environment variable POSTGRES_PASSWORD_FILE.

In this case the start of pod/authentik-postgresql-0 will end up in the status CrashLoopBackOff, because both environment variables are mutually exclusive.

Instead the documentation should add the following parameter:

postgresql:
    enabled: true
    auth:
        password: "ThisIsNotASecurePassword"
        usePasswordFiles: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions