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

cookie_session authenticator masks 401 errors #298

Closed
paulbdavis opened this issue Nov 14, 2019 · 1 comment
Closed

cookie_session authenticator masks 401 errors #298

paulbdavis opened this issue Nov 14, 2019 · 1 comment

Comments

@paulbdavis
Copy link
Contributor

Describe the bug

When the endpoint called by the cookie_session checker returns a 401, the proxy returns a 403

Reproducing the bug

Steps to reproduce the behavior:

  1. Set up a cookie_session authenticator with a service that will return a 401 when the cookie in question is invalid
  2. Attempt to access an endpoint using that authenticator

Expected behavior

I would expect the authenticator to return a 401 when the session checker returns a 401

Environment

  • Version: v0.32.1-beta.1
  • Environment: kubernetes
@aeneasr
Copy link
Member

aeneasr commented Dec 18, 2019

This is resolved on master by #315

@aeneasr aeneasr closed this as completed Dec 18, 2019
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