helm icon indicating copy to clipboard operation
helm copied to clipboard

Authentik shows internal pod IPv6 for Users instead of public IP

Open MTRNord opened this issue 11 months ago • 1 comments

I might be missing something obvious but with kubernetes and the traefik ingress it seems like I am seeing only internal IPs on users like fd00::6. Is there a way to make sure it sees the outside IP instead?

MTRNord avatar Mar 15 '24 20:03 MTRNord

You may be looking for AUTHENTIK_LISTEN__TRUSTED_PROXY_CIDRS (https://docs.goauthentik.io/docs/installation/configuration#listen-settings) In the helm chart, it looks like:

authentik:
  listen:
    trusted_proxy_cidrs: "fd00::/7"

rissson avatar Mar 15 '24 22:03 rissson