-
Notifications
You must be signed in to change notification settings - Fork 40.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
Use user-string in authentication attributes. #2117
Conversation
41336c4
to
6372d62
Compare
} | ||
|
||
// TestUnknownUserIsUnauthorized tests that a user who is unknown | ||
// to the authentication system get status code "Unauthoried". |
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.
Unauthorized
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.
fixed. Will rebase when #2116 in.
Needs a rebase and tests are failing. |
cf45f22
to
71162c2
Compare
Rebased, which is expected to fix test failure. |
Will need rebase due to #2124 and adjustment to avoid test failure. Don't merge yet. |
71162c2
to
665ca32
Compare
PTAL |
@@ -24,6 +24,7 @@ import ( | |||
"strings" | |||
|
|||
"github.com/GoogleCloudPlatform/kubernetes/pkg/auth/authorizer" | |||
auth_handlers "github.com/GoogleCloudPlatform/kubernetes/pkg/auth/handlers" |
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.
authhandlers
ce06bb9
to
ba5ba28
Compare
rebased, and fixed review comment, |
ba5ba28
to
a88f070
Compare
trying to repro the failure locally. |
c86c1be
to
4d058dc
Compare
Fixed failures via #2142 |
Added integration tests for user-based auth.
4d058dc
to
3045035
Compare
PTAL |
LGTM |
Use user-string in authentication attributes.
Based on changes under review in PR #2116