Updating tabs

This commit is contained in:
Jennifer Travinski
2022-07-14 14:40:53 -04:00
parent e0b784ad21
commit d7eb4f8378
122 changed files with 876 additions and 876 deletions
@@ -36,12 +36,12 @@ If your organization uses Keycloak Identity Provider (IdP) for user authenticati
## Getting the IDP Metadata
{{% tabs %}}
{{% tab "Keycloak 5 and earlier" %}}
<Tabs>
<TabItem label="Keycloak 5 and earlier">
To get the IDP metadata, export a `metadata.xml` file from your Keycloak client.
From the **Installation** tab, choose the **SAML Metadata IDPSSODescriptor** format option and download your file.
{{% /tab %}}
{{% tab "Keycloak 6-13" %}}
</TabItem>
<TabItem label="Keycloak 6-13">
1. From the **Configure** section, click the **Realm Settings** tab.
1. Click the **General** tab.
@@ -79,8 +79,8 @@ You are left with something similar as the example below:
</EntityDescriptor>
```
{{% /tab %}}
{{% tab "Keycloak 14+" %}}
</TabItem>
<TabItem label="Keycloak 14+">
1. From the **Configure** section, click the **Realm Settings** tab.
1. Click the **General** tab.
@@ -104,8 +104,8 @@ The following is an example process for Firefox, but will vary slightly for othe
1. From the details pane, click the **Response** tab.
1. Copy the raw response data.
{{% /tab %}}
{{% /tabs %}}
</TabItem>
</Tabs>
## Configuring Keycloak in Rancher
@@ -47,8 +47,8 @@ CATTLE_RESTRICTED_DEFAULT_ADMIN=true
The permissions for the `restricted-admin` role differ based on the Rancher version.
{{% tabs %}}
{{% tab "v2.5.7+" %}}
<Tabs>
<TabItem label="v2.5.7+">
The `restricted-admin` permissions are as follows:
@@ -56,8 +56,8 @@ The `restricted-admin` permissions are as follows:
- Can add other users and assign them to clusters outside of the local cluster.
- Can create other restricted admins.
{{% /tab %}}
{{% tab "v2.5.0-v2.5.6" %}}
</TabItem>
<TabItem label="v2.5.0-v2.5.6">
The `restricted-admin` permissions are as follows:
@@ -67,8 +67,8 @@ The `restricted-admin` permissions are as follows:
- Can create other restricted admins.
- Cannot grant any permissions in the local cluster they don't currently have. (This is how Kubernetes normally operates)
{{% /tab %}}
{{% /tabs %}}
</TabItem>
</Tabs>
### Upgrading from Rancher with a Hidden Local Cluster