-
Notifications
You must be signed in to change notification settings - Fork 197
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
Add manual opt-in for legacy service account tokens #357
base: sig-auth-acceptance
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ spec: | |
- "--proxy-endpoints-port=8643" | ||
- "--upstream=http://127.0.0.1:8081/" | ||
- "--allow-paths=/metrics,/api/v1/label/*" | ||
- "--allow-legacy-serviceaccount-tokens=true" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please also add e2e tests for scenarios that actually use the legacy token according to #357 (review) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oops completely forgot about this comment. will do, thanks for the reminder! |
||
- "--authentication-skip-lookup" | ||
- "--v=10" | ||
ports: | ||
|
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.
Remove fields that are currently untested. Or, preferrably, write tests for the rest of the fields 🙂
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.
Sure, I've added additional test cases to cover those fields :)