You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Overriding trusted proxy CIDRs via the configuration flag AUTHENTIK_LISTEN__TRUSTED_PROXY_CIDRS does not work.
To Reproduce
Steps to reproduce the behavior:
Configure trusted proxy CIDRs in AUTHENTIK_LISTEN__TRUSTED_PROXY_CIDRS with the syntax AUTHENTIK_LISTEN__TRUSTED_PROXY_CIDRS='["127.0.0.0/8","::1/128"]'.
Restart Authentik
Configured trusted proxies does not work (i.e. Authentik does not trust headers from the configured CIDRs).
Expected behavior
Authentik should configure it's trusted proxy CIDR list based on the configured values in AUTHENTIK_LISTEN__TRUSTED_PROXY_CIDRS.
Additional context
Current workaround (described in #6749) is to mount a custom defaults.yaml file with the CIDRs added (which is confirmed to be working).
Last tested version: 2024.4.1
Deployment: docker-compose
The text was updated successfully, but these errors were encountered:
Describe the bug
Overriding trusted proxy CIDRs via the configuration flag AUTHENTIK_LISTEN__TRUSTED_PROXY_CIDRS does not work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Authentik should configure it's trusted proxy CIDR list based on the configured values in AUTHENTIK_LISTEN__TRUSTED_PROXY_CIDRS.
Same problem #7712
Additional context
Current workaround (described in #6749) is to mount a custom defaults.yaml file with the CIDRs added (which is confirmed to be working).
Last tested version: 2024.4.1
Deployment: docker-compose
The text was updated successfully, but these errors were encountered: