Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MTRNord opened this issue Mar 15, 2024 · 1 comment
Open

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

MTRNord opened this issue Mar 15, 2024 · 1 comment

Comments

@MTRNord
Copy link

MTRNord commented Mar 15, 2024

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
Copy link
Member

rissson commented Mar 15, 2024

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants