Skip to content

Commit 96e8c78

Browse files
kahirokunncorentone
andcommitted
Update keps/sig-multicluster/5339-clusterprofile-plugin-credentials/README.md
Just an array to change into a quote Co-authored-by: Corentin Debains <corentone@users.noreply.github.com> Signed-off-by: kahirokunn <okinakahiro@gmail.com>
1 parent 7c2d395 commit 96e8c78

File tree

1 file changed

+4
-4
lines changed
  • keps/sig-multicluster/5339-clusterprofile-plugin-credentials

1 file changed

+4
-4
lines changed

keps/sig-multicluster/5339-clusterprofile-plugin-credentials/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,10 @@ In this structure, not all fields would apply, such as:
296296

297297
Some credential providers require cluster-specific, non-secret parameters (for example, a `clusterName`) in order to obtain credentials. To standardize how this information is conveyed from a `ClusterProfile` to a plugin, the library follows the existing convention defined by the client authentication API:
298298

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-
- 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.
302-
- Plugins may read values (e.g. `clusterName`) from `ExecCredential.Spec.Cluster.Config`.
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+
> 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.
302+
> Plugins may read values (e.g. `clusterName`) from `ExecCredential.Spec.Cluster.Config`.
303303
304304
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)
305305

0 commit comments

Comments
 (0)