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

Authorization header conflict with rabbitmq admin ui when using OIDC filter #5793

Open
scottillogical opened this issue Oct 14, 2024 · 0 comments
Labels
t:bug Something isn't working

Comments

@scottillogical
Copy link

Hey folks I am trying to allow http access to a rabbitmq admin UI.
When using port forwarding, everything works fine, but when using edge stack to route requests to the rabbitmq admin, the login form is displayed but the authentication request returns a 401 when an oidc filter is enabled regardless of whether remove_request_headers is set or not

Typically we have this set in this scenario

remove_request_headers
- authorization

However the 401 is still present

My question is is there a way to workaround the request header conflict on a particular mapping? I still want OIDC to work, I just don't want to pass the request headers on to the application.

@dosubot dosubot bot added the t:bug Something isn't working label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant