Skip to content

Commit 21642d5

Browse files
authored
Merge pull request kubernetes#1927 from ankeesler/exec-cluster-info-updates
Update exec credential provider KEP with feedback from cluster info PR
2 parents c872c41 + 3df8de5 commit 21642d5

File tree

1 file changed

+5
-1
lines changed
  • keps/sig-auth/541-external-credential-providers

1 file changed

+5
-1
lines changed

keps/sig-auth/541-external-credential-providers/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ clusters:
156156
server: "https://1.2.3.4:8080"
157157
certificate-authority: "/etc/kubernetes/ca.pem"
158158
extensions:
159-
- name: exec # reserved extension name for per cluster exec config
159+
- name: client.authentication.k8s.io/exec # reserved extension name for per cluster exec config
160160
extension:
161161
some-config-per-cluster: config-data # arbitrary config
162162
contexts:
@@ -271,6 +271,10 @@ type Cluster struct {
271271
// +listType=atomic
272272
// +optional
273273
CAData []byte `json:"caData,omitempty"`
274+
// ProxyURL is the URL to the proxy to be used for all requests to this
275+
// cluster.
276+
// +optional
277+
ProxyURL string `json:"proxy-url,omitempty"`
274278
// Config holds additional config data that is specific to the exec plugin
275279
// with regards to the cluster being authenticated to.
276280
// +optional

0 commit comments

Comments
 (0)