-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 not forwarded when using Eureka Service Discovery #3553
Comments
Put the repo together demonstrating issue. |
Will investigate thanks |
@michaelstievenart This is working as designed as far as I can tell. You have |
@jameskleeh Hi I just want to clarify something with you around this.
I am not following how this is expected behavior. |
Steps to Reproduce
Expected Behaviour
When service A (Micronaut service) makes a request to service B (Spring boot or Micronaut Service) the Token TokenPropagationHttpClientFilter successfully adds the Authorization Header and forward the request to service B using eureka discovery. When request arrives at service B the Authorization header is present.
Actual Behaviour
When service A (Micronaut service) makes a request to service B (Spring boot or Micronaut Service) the Token TokenPropagationHttpClientFilter successfully adds the Authorization Header and forward the request to service B using eureka discovery. When request arrives at service B the Authorization header is missing.
Environment Information
Example Application
Will post an example application here tomorrow, still putting it together
The text was updated successfully, but these errors were encountered: