From 1a92d627f90f9366f25d9486c72099dbdc3a2e6b Mon Sep 17 00:00:00 2001 From: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:22:14 -0700 Subject: [PATCH 1/2] docs: PLT-1316 (#3465) * docs: PLT-1316 * chore: prettier fix --- docs/docs-content/release-notes/known-issues.md | 1 + .../saml-sso/palette-sso-with-keycloak.md | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/docs-content/release-notes/known-issues.md b/docs/docs-content/release-notes/known-issues.md index 0e8c9cecab..a4c48b242b 100644 --- a/docs/docs-content/release-notes/known-issues.md +++ b/docs/docs-content/release-notes/known-issues.md @@ -16,6 +16,7 @@ The following table lists all known issues that are currently active and affecti | Description | Workaround | Publish Date | Product Component | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------------------------- | +| Palette CLI users who authenticated with the `login` command and specified a Palette console endpoint that does not contain the tenant name are encountering issues with expired JWT tokens. | Re-authenticate using your tenant URL, for example, `https://my-org.console.spectrocloud.com.` If the issue persists after re-authenticating, remove the `~/.palette/palette.yaml` file that is auto-generated by the Palette CLI. Re-authenticate with the `login` command if other commands require it. | July 25, 2024 | CLI | | Adding new cloud providers, such as Nutanix, is currently unavailable. Private Cloud Gateway (PCG) deployments in new Nutanix environments fail to complete the installation. As a result, adding a new Nutanix environment to launch new host clusters is unavailable. This does not impact existing Nutanix deployments with a PCG deployed. | No workarounds are available. | July 20, 2024 | Clusters, Self-Hosted, PCG | | Single-node Private Cloud Gateway (PCG) clusters are experiencing an issue upgrading to 4.4.11. The vSphere CSI controller pod fails to start because there are no matching affinity rules. | Check out the [vSphere Controller Pod Fails to Start in Single Node PCG Cluster](../troubleshooting/pcg.md#scenario---vsphere-controller-pod-fails-to-start-in-single-node-pcg-cluster) guide for workaround steps. | July 20, 2024 | PCG | | When provisioning an Edge cluster, it's possible that some Operating System (OS) user credentials will be lost once the cluster is active. This is because the cloud-init stages from different sources merge during the deployment process, and sometimes, the same stages without distinct names overwrite each other. | Give each of your cloud-init stages in the OS pack and in the Edge installer **user-data** file a unique name. For more information about cloud-init stages and examples of cloud-init stages with names, refer to [Cloud-init Stages](../clusters/edge/edge-configuration/cloud-init.md). | July 17, 2024 | Edge | diff --git a/docs/docs-content/user-management/saml-sso/palette-sso-with-keycloak.md b/docs/docs-content/user-management/saml-sso/palette-sso-with-keycloak.md index 176c244288..543a45b6fa 100644 --- a/docs/docs-content/user-management/saml-sso/palette-sso-with-keycloak.md +++ b/docs/docs-content/user-management/saml-sso/palette-sso-with-keycloak.md @@ -137,7 +137,6 @@ up Keycloak as an OIDC provider for Palette. ![Client Authentication creation screen number two](/keycloak/user-management_saml-sso_keycloak-05-client-authentication.webp "Client Authentication") - 11. Fill out the following fields with the instructions provided in the table. | **Field** | **Description** | @@ -207,11 +206,10 @@ Use the following steps to validate the SSO configuration. ![Image of project roles highlighted](/keycloak/user-management_saml-sso_keycloak-15-palette-project.webp "Palette Project") - ### Sync Keycloak Groups and Palette Teams -1. Switch back to the Keycloak admin console and modify the **profile** Client Scope. Navigate to the left **Main Menu** and - select **Client Scope**. Click on the **Profile** button. +1. Switch back to the Keycloak admin console and modify the **profile** Client Scope. Navigate to the left **Main Menu** + and select **Client Scope**. Click on the **Profile** button. ![Image of keycloak mappers highlighted](/keycloak/user-management_oidc-sso-keycloak-19-keycloak-client-scopes.webp "Palette Project") @@ -227,7 +225,8 @@ Use the following steps to validate the SSO configuration. 6. Save the add mapper page. -You have now ensured that the groups for the Keycloak user are within the token attributes, ensure the Keycloak group and the Palette group match. +You have now ensured that the groups for the Keycloak user are within the token attributes, ensure the Keycloak group +and the Palette group match. ### Default Teams @@ -250,7 +249,6 @@ out the [Creating users](https://www.keycloak.org/docs/latest/server_admin/index.html#proc-creating-user_server_administration_guide) guide to learn how to create users in Keycloak. - ## Resources - [Keycloak Documentation](https://www.keycloak.org/documentation) From 8d8bc2af2947f3aafee8a55da9c29f27d896dd7f Mon Sep 17 00:00:00 2001 From: Lenny Chen <55669665+lennessyy@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:45:44 -0700 Subject: [PATCH 2/2] docs: fix typo (#3469) Co-authored-by: Lenny Chen --- docs/docs-content/clusters/edge/edge-native-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs-content/clusters/edge/edge-native-lifecycle.md b/docs/docs-content/clusters/edge/edge-native-lifecycle.md index 2b7ac2359d..0ec87019d4 100644 --- a/docs/docs-content/clusters/edge/edge-native-lifecycle.md +++ b/docs/docs-content/clusters/edge/edge-native-lifecycle.md @@ -36,7 +36,7 @@ SaaS or a self-hosted instance. The following diagram represents the deployment static IP address, network proxy, and SSL certificates with site user data or Palette Terminal User Interface (TUI). For more information, refer to [Deploy Edge Hosts On-Site](./site-deployment/site-installation/site-installation.md). -5. **Cluster formation**. One an Edge host is registered with Palette, the Edge host can be used to form a new cluster +5. **Cluster formation**. Once an Edge host is registered with Palette, the Edge host can be used to form a new cluster or be added to an existing cluster. Each cluster uses a cluster profile modeled in the **Modeling** stage. For more information, refer to [Cluster Definition](./site-deployment/cluster-deployment.md).