Skip to content

Commit

Permalink
docs: update kubeconfig behavior PEM-4198
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Dec 11, 2023
1 parent 8810bbe commit fc6da9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs-content/clusters/cluster-management/kubeconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Palette exposes kubeconfig files for each cluster deployed through the platform.

Your assigned [Palette permissions](../../user-management/palette-rbac/project-scope-roles-permissions.md) determine which clusters you can access and what operations you can perform on the cluster. The permissions assigned to you in Palette determine if you can download and access the kubeconfig files for a cluster.

As a rule of thumb, users with the Palette role [*Cluster Admin*](../../user-management/palette-rbac/project-scope-roles-permissions#cluster) can access both kubeconfig files for all clusters in the project. Users with lower-level project roles such as the *Cluster Editor* or the *Cluster Viewer* may not be able to access the kubeconfig file of the cluster.
As a rule of thumb, users with the Palette role [*Cluster Admin*](../../user-management/palette-rbac/project-scope-roles-permissions#cluster) can access the admin kubeconfig files for all clusters in the project. Users with lower-level project roles such as the *Cluster Editor* or the *Cluster Viewer* may not be able to access the kubeconfig file of the cluster.



Expand Down Expand Up @@ -75,7 +75,7 @@ The following table shows the *Cluster Admin* role or equivalent provides access
**Is OIDC Configured?** | **Is Spectro Proxy Enabled?** | **Access to Kubeconfig File** | **Access to Admin Kubeconfig File** |
--- | --- | --- | --- |
Yes | Yes | ✅ | ✅ |
No | Yes| | ✅ |
No | Yes| | ✅ |
Yes | No | ✅ | ✅ |

### Non-Cluster Admin
Expand Down

0 comments on commit fc6da9f

Please sign in to comment.