|
79 | 79 | - [client-go auth plugins](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/541-external-credential-providers)
|
80 | 80 | - [external kubelet credential providers](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2133-kubelet-credential-providers)
|
81 | 81 | - [New features in Secrets Store CSI driver](https://secrets-store-csi-driver.sigs.k8s.io/introduction.html#features)
|
82 |
| -- [PSP v2](https://github.com/kubernetes/enhancements/issues/2579) |
| 82 | +- [Pod Security Policy Replacement](https://github.com/kubernetes/enhancements/issues/2579) |
83 | 83 |
|
84 | 84 | **Year to date KEP work review: What’s now stable? Beta? Alpha? Road to alpha?**
|
85 | 85 |
|
86 | 86 | - Stable
|
87 |
| - - Certificates API |
88 |
| - - TokenRequest |
89 |
| - - TokenRequestProjection |
90 |
| - - ServiceAccountIssuerDiscovery |
| 87 | + - BoundServiceAccountToken (v1.22) |
| 88 | + - Certificates API (v1.19) |
| 89 | + - TokenRequest (v1.20) |
| 90 | + - TokenRequestProjection (v1.20) |
| 91 | + - RootCAConfigMap (v1.21) |
| 92 | + - ServiceAccountIssuerDiscovery (v1.21) |
91 | 93 | - Beta
|
92 | 94 | - CSIServiceAccountToken
|
93 |
| - - RootCAConfigMap |
94 |
| - - BoundServiceAccountToken |
95 | 95 | - Alpha
|
96 | 96 | - Hierarchical Namespace Controller
|
| 97 | +- Road to alpha |
| 98 | + - Pod Security Policy Replacement |
97 | 99 |
|
98 | 100 | **What areas and/or subprojects does the group need the most help with?**
|
99 | 101 |
|
100 |
| -- PSP v2 |
101 | 102 | - Audit Logging
|
102 | 103 | - Audit ID
|
| 104 | + https://github.com/kubernetes/kubernetes/issues/101597 |
| 105 | + https://github.com/kubernetes/kubernetes/issues/84571 |
103 | 106 | - Testing
|
104 | 107 | - KMS
|
105 | 108 | - [KMS-Plugin: Areas for improvement](https://docs.google.com/document/d/1-WHXX_Dh_MNcJb2QJxF0gOAvLjh0fAnc3QrylWdMZJA/edit)
|
106 | 109 |
|
107 | 110 | **What's the average open days of a PR and Issue in your group? / what metrics does your group care about and/or measure?**
|
108 | 111 |
|
109 |
| -- We do not currently have this data and will need to get metrics. |
| 112 | +- Based on devstats [Issue Velocity / Issues age by SIG and repository groups](https://k8s.devstats.cncf.io/d/15/issues-age-by-sig-and-repository-groups?orgId=1&var-period=d7&var-repogroup_name=Kubernetes&var-sig_name=auth&var-kind_name=All&var-prio_name=All) at the time of writing this report, median time to close sig auth issues in Kubernetes/Kubernetes created in the last 7 days is roughly 24 hours. |
| 113 | +- Based on devstats [Issue Velocity / Inactive Issues by SIG for 90 days or more](https://k8s.devstats.cncf.io/d/73/inactive-issues-by-sig?orgId=1&var-sigs=%22auth%22) at the time of writing this report, average is 7. |
| 114 | +- Based on devstats [PR Velocity / Awaiting PRs by SIG for 90 days or more](https://k8s.devstats.cncf.io/d/70/awaiting-prs-by-sig?orgId=1&var-sigs=%22auth%22) at the time of writing this report, average is 47. |
0 commit comments