Skip to content

Commit 67a750b

Browse files
committed
Incorporated suggestions for provideClusterInfo paragraph
Signed-off-by: Margo Crawford <[email protected]>
1 parent 5accf8f commit 67a750b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,13 +1004,12 @@ RFC3339 timestamp. Presence or absence of an expiry has the following impact:
10041004
}
10051005
}
10061006
```
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`
10091008
field in the [kubeconfig](/docs/concepts/configuration/organize-cluster-access-kubeconfig/).
10101009
The plugin will then be supplied with an environment variable, `KUBERNETES_EXEC_INFO`.
10111010
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.
10141013

10151014
```json
10161015
{

0 commit comments

Comments
 (0)