Skip to content

Commit e2ff328

Browse files
committed
exec credential provider: add ProxyURL to Cluster
Signed-off-by: Andrew Keesler <[email protected]>
1 parent a4dc01d commit e2ff328

File tree

1 file changed

+4
-0
lines changed
  • keps/sig-auth/541-external-credential-providers

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)