diff --git a/authentik/root/settings.py b/authentik/root/settings.py index cca63a915..2e9ca1392 100644 --- a/authentik/root/settings.py +++ b/authentik/root/settings.py @@ -486,6 +486,7 @@ _LOGGING_HANDLER_MAP = { "kubernetes": "INFO", "asyncio": "WARNING", "aioredis": "WARNING", + "s3transfer": "WARNING", } for handler_name, level in _LOGGING_HANDLER_MAP.items(): # pyright: reportGeneralTypeIssues=false diff --git a/website/docs/installation/configuration.md b/website/docs/installation/configuration.md index c592dc0b5..30ef4ce4e 100644 --- a/website/docs/installation/configuration.md +++ b/website/docs/installation/configuration.md @@ -20,6 +20,7 @@ All of these variables can be set to values, but you can also use a URI-like for - `AUTHENTIK_POSTGRESQL__HOST`: Hostname of your PostgreSQL Server - `AUTHENTIK_POSTGRESQL__NAME`: Database name - `AUTHENTIK_POSTGRESQL__USER`: Database user +- `AUTHENTIK_POSTGRESQL__PORT`: Database port, defaults to 5432 - `AUTHENTIK_POSTGRESQL__PASSWORD`: Database password, defaults to the environment variable `POSTGRES_PASSWORD` ## Redis Settings