File tree Expand file tree Collapse file tree 2 files changed +41
-27
lines changed
keps/sig-api-machinery/1295-insecure-backend-proxy Expand file tree Collapse file tree 2 files changed +41
-27
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- title : Insecure Backend Proxy
3
- authors :
4
- - " @deads2k"
5
- owning-sig : sig-api-machinery
6
- participating-sigs :
7
- - sig-api-machinery
8
- - sig-auth
9
- - sig-cli
10
- reviewers :
11
- - " @sttts"
12
- - " @cheftako"
13
- - " @liggitt"
14
- - " @soltysh"
15
- approvers :
16
- - " @lavalamp"
17
- - " @mikedanese"
18
- editor : TBD
19
- creation-date : 2019-09-27
20
- last-updated : 2019-09-27
21
- status : implementable
22
- see-also :
23
- replaces :
24
- superseded-by :
25
- ---
26
-
27
- # Insecure Backend Proxy
1
+ # KEP-1295: Insecure Backend Proxy
28
2
29
3
When trying to get logs for a pod, it is possible for a kubelet to have an expired serving certificate.
30
4
If a client chooses, it should be possible to bypass the default behavior of the kube-apiserver and allow the kube-apiserver
Original file line number Diff line number Diff line change
1
+ title : Insecure Backend Proxy
2
+ kep-number : 1295
3
+ authors :
4
+ - " @deads2k"
5
+ owning-sig : sig-api-machinery
6
+ participating-sigs :
7
+ - sig-api-machinery
8
+ - sig-auth
9
+ - sig-cli
10
+ status : implemented
11
+ creation-date : 2019-09-27
12
+ reviewers :
13
+ - " @sttts"
14
+ - " @cheftako"
15
+ - " @liggitt"
16
+ - " @soltysh"
17
+ approvers :
18
+ - " @lavalamp"
19
+ - " @mikedanese"
20
+ see-also :
21
+
22
+ # The target maturity stage in the current dev cycle for this KEP.
23
+ stage : beta
24
+
25
+ # The most recent milestone for which work toward delivery of this KEP has been
26
+ # done. This can be the current (upcoming) milestone, if it is being actively
27
+ # worked on.
28
+ latest-milestone : " v1.17"
29
+
30
+ # The milestone at which this feature was, or is targeted to be, at each stage.
31
+ milestone :
32
+ beta : " v1.17"
33
+
34
+ # The following PRR answers are required at alpha release
35
+ # List the feature gate name and the components for which it must be enabled
36
+ feature-gates :
37
+ - name : AllowInsecureBackendProxy
38
+ components :
39
+ - kube-apiserver
40
+ disable-supported : true
You can’t perform that action at this time.
0 commit comments