Skip to content

Commit 1527ee6

Browse files
committed
exec credential provider: document some missing bits
Signed-off-by: Andrew Keesler <[email protected]>
1 parent 80c6da5 commit 1527ee6

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ users:
158158
159159
# Whether or not to provide cluster information, which could potentially contain
160160
# very large CA data, to this exec plugin as a part of the KUBERNETES_EXEC_INFO
161-
# environment variable. Optional.
161+
# environment variable. Optional. Defaults to false.
162162
provideClusterInfo: true
163163
clusters:
164164
- name: my-cluster
@@ -245,7 +245,9 @@ In JSON:
245245
"cluster": {
246246
"server": "https://1.2.3.4:8080",
247247
"tls-server-name": "bar",
248+
"insecure-skip-tls-verify": true,
248249
"certificate-authority-data": " ... ",
250+
"proxy-url": "https://4.5.6.7:9090/proxy",
249251
"config": { ... }
250252
}
251253
}

0 commit comments

Comments
 (0)