Skip to content

Commit 8e2efbd

Browse files
committed
address review comments
Signed-off-by: Rita Zhang <[email protected]>
1 parent b3fd173 commit 8e2efbd

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

sig-auth/annual-report-2021.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,31 +79,36 @@
7979
- [client-go auth plugins](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/541-external-credential-providers)
8080
- [external kubelet credential providers](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2133-kubelet-credential-providers)
8181
- [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)
8383

8484
**Year to date KEP work review: What’s now stable? Beta? Alpha? Road to alpha?**
8585

8686
- 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)
9193
- Beta
9294
- CSIServiceAccountToken
93-
- RootCAConfigMap
94-
- BoundServiceAccountToken
9595
- Alpha
9696
- Hierarchical Namespace Controller
97+
- Road to alpha
98+
- Pod Security Policy Replacement
9799

98100
**What areas and/or subprojects does the group need the most help with?**
99101

100-
- PSP v2
101102
- Audit Logging
102103
- Audit ID
104+
https://github.com/kubernetes/kubernetes/issues/101597
105+
https://github.com/kubernetes/kubernetes/issues/84571
103106
- Testing
104107
- KMS
105108
- [KMS-Plugin: Areas for improvement](https://docs.google.com/document/d/1-WHXX_Dh_MNcJb2QJxF0gOAvLjh0fAnc3QrylWdMZJA/edit)
106109

107110
**What's the average open days of a PR and Issue in your group? / what metrics does your group care about and/or measure?**
108111

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

Comments
 (0)