-
Notifications
You must be signed in to change notification settings - Fork 40.7k
Add PSA for blocking .host
on pod probes
#125271
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
base: master
Are you sure you want to change the base?
Add PSA for blocking .host
on pod probes
#125271
Conversation
Skipping CI for Draft Pull Request. |
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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. |
7ff5459
to
24e1078
Compare
.host
on pod probes.host
on pod probes
Level: api.LevelBaseline, | ||
Versions: []VersionedCheck{ | ||
{ | ||
MinimumVersion: api.MajorMinorVersion(1, 0), |
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.
this version is the version where the restriction is enforced.
/triage accepted |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Signed-off-by: Surya Seetharaman <[email protected]>
24e1078
to
cc1d5c7
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tssurya The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
What this PR does / why we need it:
This PR aims to add the following fields as part of PSA so that users can be blocked/warned when they create probes with the
.Host
field set.Which issue(s) this PR fixes:
Fixes #99425
Special notes for your reviewer:
This is my first PR to pod-security-admission area, so I might need some hand-holding, but I will mark the PR as draft till I get all the pieces done.
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
Please use the following format for linking documentation:
.host
field from ProbeHandler and LifecycleHandler enhancements#4940