From a3c5d58b111c06df872fc78a7fc997cf8088a7ba Mon Sep 17 00:00:00 2001
From: alexfront
- For more information on kubeconfig see Kubernetes docs + For more information on kubeconfig see Kubernetes docs.
NOTE: Any manually added cluster is not merged into your kubeconfig file. @@ -137,22 +137,20 @@ export class AddCluster extends React.Component { app.
-- When connecting Lens to OIDC enabled cluster, there's few things you as a user need to take into account. -
- Dedicated refresh token -
- As Lens app utilized kubeconfig is "disconnected" from your main kubeconfig Lens needs to have it's own refresh token it utilizes.
- If you share the refresh token with e.g. kubectl who ever uses the token first will invalidate it for the next user.
- One way to achieve this is with kubelogin tool by removing the tokens
- (both id_token and refresh_token) from
- the config and issuing kubelogin command. That'll take you through the login process and will result you having "dedicated" refresh token.
-
+ When connecting Lens to OIDC enabled cluster, there's few things you as a user need to take into account. +
+Dedicated refresh token
+
+ As Lens app utilized kubeconfig is "disconnected" from your main kubeconfig Lens needs to have it's own refresh token it utilizes.
+ If you share the refresh token with e.g. kubectl who ever uses the token first will invalidate it for the next user.
+ One way to achieve this is with kubelogin tool by removing the tokens
+ (both id_token and refresh_token) from
+ the config and issuing kubelogin command. That'll take you through the login process and will result you having "dedicated" refresh token.
+
When using exec auth plugins make sure the paths that are used to call any binaries