Skip to content

Commit

Permalink
Merge pull request #1927 from ankeesler/exec-cluster-info-updates
Browse files Browse the repository at this point in the history
Update exec credential provider KEP with feedback from cluster info PR
  • Loading branch information
k8s-ci-robot committed Sep 22, 2020
2 parents c872c41 + 3df8de5 commit 21642d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion keps/sig-auth/541-external-credential-providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ clusters:
server: "https://1.2.3.4:8080"
certificate-authority: "/etc/kubernetes/ca.pem"
extensions:
- name: exec # reserved extension name for per cluster exec config
- name: client.authentication.k8s.io/exec # reserved extension name for per cluster exec config
extension:
some-config-per-cluster: config-data # arbitrary config
contexts:
Expand Down Expand Up @@ -271,6 +271,10 @@ type Cluster struct {
// +listType=atomic
// +optional
CAData []byte `json:"caData,omitempty"`
// ProxyURL is the URL to the proxy to be used for all requests to this
// cluster.
// +optional
ProxyURL string `json:"proxy-url,omitempty"`
// Config holds additional config data that is specific to the exec plugin
// with regards to the cluster being authenticated to.
// +optional
Expand Down

0 comments on commit 21642d5

Please sign in to comment.