File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1004,13 +1004,12 @@ RFC3339 timestamp. Presence or absence of an expiry has the following impact:
1004
1004
}
1005
1005
}
1006
1006
` ` `
1007
- To provide the plugin with information about the cluster for which it is
1008
- obtaining credentials, the `provideClusterInfo` field can be set on the exec user
1007
+ To enable the exec plugin to obtain cluster-specific information, set `provideClusterInfo` on the `user.exec`
1009
1008
field in the [kubeconfig](/docs/concepts/configuration/organize-cluster-access-kubeconfig/).
1010
1009
The plugin will then be supplied with an environment variable, `KUBERNETES_EXEC_INFO`.
1011
1010
Information from this environment variable can be used to perform cluster-specific
1012
- credential acquisition logic. Here is an example of the aforementioned
1013
- ` KUBERNETES_EXEC_INFO ` environment variable .
1011
+ credential acquisition logic.
1012
+ The following `ExecCredential` manifest describes a cluster information sample .
1014
1013
1015
1014
` ` ` json
1016
1015
{
You can’t perform that action at this time.
0 commit comments