Skip to content

Commit 0ad9b06

Browse files
committed
Update kep.yaml
Signed-off-by: m.nabokikh <[email protected]>
1 parent ec551eb commit 0ad9b06

File tree

1 file changed

+19
-11
lines changed
  • keps/sig-auth/3331-structured-config-for-oidc-authentication

1 file changed

+19
-11
lines changed
Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
name: 3331-structured-config-for-oidc-authentication
22
title: Structured config for OIDC authentication
33
kep-number: "3331"
4-
authors: ['@nabokihms']
4+
authors:
5+
- "@nabokihms"
56
owning-sig: sig-auth
6-
participating-sigs: [sig-auth]
7-
reviewers: ['@enj', '@TBD']
8-
approvers: ['@TBD']
9-
prr-approvers: ['@deads2k']
7+
participating-sigs:
8+
- sig-auth
9+
reviewers:
10+
- "@enj"
11+
- "@liggitt"
12+
approvers:
13+
- "@deads2k"
14+
- "@liggitt"
1015
creation-date: "2022-06-02"
1116
status: provisional
1217
stage: alpha
13-
latest-milestone: "v1.27"
18+
latest-milestone: "v1.26"
1419
milestone:
15-
alpha: "v1.27"
16-
beta: "v1.28"
17-
stable: "v1.30"
18-
feature-gates: []
19-
disable-supported: false
20+
alpha: "v1.27"
21+
beta: "v1.28"
22+
stable: "v1.30"
23+
feature-gates:
24+
- name: StructuredOIDCConfiguration
25+
components:
26+
- kube-apiserver
27+
disable-supported: true
2028
metrics: []

0 commit comments

Comments
 (0)