goauthentik / helm

Helm chart for authentik
https://artifacthub.io/packages/search?org=goauthentik&sort=relevance&page=1
GNU General Public License v3.0
93 stars 44 forks source link

Authentik shows internal pod IPv6 for Users instead of public IP #254

Open MTRNord opened 6 months ago

MTRNord commented 6 months ago

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?

rissson commented 6 months ago

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"