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

Adding auth headers #142

Merged
merged 3 commits into from
Jul 7, 2014
Merged

Adding auth headers #142

merged 3 commits into from
Jul 7, 2014

Conversation

qiangdavidliu
Copy link
Contributor

Adding auth headers to eureka client and server outbound requests.
Adding filter to optionally log auth headers in eureka server.

@cloudbees-pull-request-builder

eureka-pull-requests #143 SUCCESS
This pull request looks good


import javax.annotation.Nullable;

public abstract class AbstractEurekaAuthInfo {
Copy link
Contributor

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?

Copy link
Contributor Author

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo, AbstractEurekaIdentity

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me.

@cloudbees-pull-request-builder

eureka-pull-requests #154 FAILURE
Looks like there's a problem with this pull request

@cloudbees-pull-request-builder

eureka-pull-requests #155 SUCCESS
This pull request looks good

Changing default config for server identity logging to true.
@cloudbees-pull-request-builder

eureka-pull-requests #156 SUCCESS
This pull request looks good

qiangdavidliu added a commit that referenced this pull request Jul 7, 2014
@qiangdavidliu qiangdavidliu merged commit 63f6025 into Netflix:master Jul 7, 2014
@qiangdavidliu qiangdavidliu deleted the add-auth-headers branch July 8, 2014 18:09
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

Successfully merging this pull request may close these issues.

3 participants