-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Adding auth headers #142
Adding auth headers #142
Conversation
eureka-pull-requests #143 SUCCESS |
|
||
import javax.annotation.Nullable; | ||
|
||
public abstract class AbstractEurekaAuthInfo { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think EurekaClientIdentity may be a better name. We aren't doing any auth correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a fair point. I actually had "client" in the name but later removed it because the auth also applies to server <-> server calls as well as client -> server.
How about just AbstractEurekaIdentify?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo, AbstractEurekaIdentity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me.
eureka-pull-requests #154 FAILURE |
Adding filter to optionally log auth headers in eureka server.
eureka-pull-requests #155 SUCCESS |
Changing default config for server identity logging to true.
eureka-pull-requests #156 SUCCESS |
Adding auth headers to eureka client and server outbound requests.
Adding filter to optionally log auth headers in eureka server.