You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-multicluster/5339-clusterprofile-plugin-credentials/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@ Some credential providers require cluster-specific, non-secret parameters (for e
298
298
299
299
> Optional: when a plugin needs per-cluster, non-secret config, set an extension entry with `name: client.authentication.k8s.io/exec` under `Cluster.extensions`.
300
300
- The library reads only the `extension` field of that entry and passes it through verbatim to `ExecCredential.Spec.Cluster.Config`.
301
-
- The content must be non-secret and cluster-specific. Controller- or environment-specific data must not be placed here.
301
+
>The content must be non-secret and cluster-specific. Controller- or environment-specific data must not be placed here.
302
302
- Plugins may read values (e.g. `clusterName`) from `ExecCredential.Spec.Cluster.Config`.
303
303
304
304
Reference: [client.authentication.k8s.io/v1 Cluster: `config` sourced from `extensions[client.authentication.k8s.io/exec]`](https://kubernetes.io/docs/reference/config-api/client-authentication.v1/#client-authentication-k8s-io-v1beta1-Cluster)
0 commit comments