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

[BUG] 302 Redirect on first proxy-auth login #361

Closed
mglants opened this issue Jul 30, 2024 · 4 comments
Closed

[BUG] 302 Redirect on first proxy-auth login #361

mglants opened this issue Jul 30, 2024 · 4 comments
Labels
bug Something isn't working Stale

Comments

@mglants
Copy link

mglants commented Jul 30, 2024

Describe the bug
302 Redirect on first proxy-auth login
After page refresh everything works just fine

Environment

  • Kubernetes talos linux

Additional context
Ingress annotations

        nginx.ingress.kubernetes.io/auth-response-headers: Set-Cookie,X-mailu-email
        nginx.ingress.kubernetes.io/auth-signin: /outpost.goauthentik.io/start?rd=$escaped_request_uri
        nginx.ingress.kubernetes.io/auth-snippet: proxy_set_header X-Forwarded-Host $http_host;
        nginx.ingress.kubernetes.io/auth-url: http://ak-outpost-authentik-embedded-outpost.infra.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx

CIDR settings

proxyAuth.whitelist: 10.244.0.0/16,10.96.0.0/12
ingress.realIpFrom: 10.244.0.0/16,10.96.0.0/12
subnet: 10.244.0.0/16

Proxy auth settings

    proxyAuth:
      ## @param proxyAuth.whitelist Comma separated list of CIDRs of proxies to trust for authentication
      whitelist: 10.244.0.0/16,10.96.0.0/12

      ## @param proxyAuth.header HTTP header containing the email address of the user to authenticate
      header: X-mailu-email

      ## @param proxyAuth.create Whether non-existing accounts should be auto-created
      create: 'false'
image
@mglants mglants added the bug Something isn't working label Jul 30, 2024
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Aug 30, 2024
@mglants
Copy link
Author

mglants commented Aug 30, 2024

Hello?

@github-actions github-actions bot removed the Stale label Aug 31, 2024
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Sep 30, 2024
Copy link
Contributor

github-actions bot commented Oct 6, 2024

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

1 participant