Generating Kubeconfig with custom O and CN fields #880
prometherion
started this conversation in
Feature Requests
Replies: 1 comment
-
|
Implemented via #933. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Distributing the
adminKubeconfig to Tenant Control Plane users could be non-feasible in certain security circumstances.This feature request aims to introduce a new Custom Resource Definition that generates custom Kubeconfig files backed by certificates, with the ability to customise the Organisation (O) as well as the Common Name (CN) fields.
Although open to talk, we plan to provide a toolkit to generate a set of kubeconfig for multiple Tenant Control Plane resources. Generated kubeconfig will be available in the same TenantControlPlane Namespace as a Secret with a name formatted as
${TenantControlPlane.metadata.name}-${KubeconfigGenerator.metadata.name}Beta Was this translation helpful? Give feedback.
All reactions