-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
kind/deprecationCategorizes issue or PR as related to a feature/enhancement marked for deprecation.Categorizes issue or PR as related to a feature/enhancement marked for deprecation.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.sig/authCategorizes an issue or PR as relevant to SIG Auth.Categorizes an issue or PR as relevant to SIG Auth.sig/nodeCategorizes an issue or PR as relevant to SIG Node.Categorizes an issue or PR as relevant to SIG Node.
Milestone
Description
Feature Description
- Define policy objects that limit what security-related features pods and containers can use
- Primary contact (assignee): @tallclair
- Responsible SIGs: @kubernetes/sig-auth-feature-requests @kubernetes/sig-node-feature-requests
- Design proposal link (community repo): https://github.com/kubernetes/community/blob/master/contributors/design-proposals/auth/pod-security-policy.md
- Link to e2e and/or unit tests: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/auth/pod_security_policy.go
- Reviewer(s) - (for LGTM): @liggitt @tallclair
- Approver: @liggitt @tallclair
- Feature target (which target equals to which milestone):
- Beta release target (extensions/v1beta1) - 1.8
- Beta release target (policy/v1beta1) - 1.10
- Stable release target - TBD
Related issues
- stop serving extensions/v1beta1 and networking.k8s.io/v1beta1 in 1.22 kubernetes#43214 - Move out of extensions/v1beta1 API group:
- 1.10
- additionally allow authorizing via
useverb inpolicyAPI group (will need to allow via either group for some time period) - update e2e tests (test both for some time period)
- additionally allow authorizing via
- 1.11
- move internal types to policy package (cleanup)
- move registry to policy package (cleanup)
- update addon manifests to use policy/v1beta1, grant permissions in policy API group
- switch admission plugin to use policy group informer
- switch preferred storage version to policy group
- 1.10
- [PodSecurityPolicy] API changes kubernetes#56174
- PodSecurityPolicy should work with managed sidecars kubernetes#55435
- [PodSecurityPolicy] "MayRunAs" strategies kubernetes#56173
jheiss and nielsole
Metadata
Metadata
Labels
kind/deprecationCategorizes issue or PR as related to a feature/enhancement marked for deprecation.Categorizes issue or PR as related to a feature/enhancement marked for deprecation.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.sig/authCategorizes an issue or PR as relevant to SIG Auth.Categorizes an issue or PR as relevant to SIG Auth.sig/nodeCategorizes an issue or PR as relevant to SIG Node.Categorizes an issue or PR as relevant to SIG Node.
Type
Projects
Status
Closed / Done