-
Notifications
You must be signed in to change notification settings - Fork 40k
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
APIServerTracing: Respect trace context only for privileged users #127053
base: master
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test all |
4d4d483
to
35d2f0e
Compare
/test all |
/test all |
/sig instrumentation |
/test all |
I'll split out the dependency update into its own PR |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Second attempt at #123807, but including system:monitoring
What type of PR is this?
/kind feature
What this PR does / why we need it:
Move the tracing filter to after the authorization filter, and only respect the incoming context for requests from the privileged
system:master
andsystem:monitoring
groups.This has some downsides:
Which issue(s) this PR fixes:
Fixes #103186
Special notes for your reviewer:
See discussions in:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: