Skip to content

Commit 112a2af

Browse files
committed
deploy: 0b6653e
1 parent 0b6653e commit 112a2af

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

latest/GenAIExamples/ProductivitySuite/docker_compose/amd/cpu/epyc/keycloak_setup_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3101,7 +3101,7 @@ <h1>🔐 Keycloak Configuration Setup<a class="headerlink" href="#keycloak-confi
31013101
<li><p>Access the Keycloak admin console via url http:${host_ip}:8080 or endpoint that is exposed from your Kubernetes cluster to configure users. Use the default username(<strong>admin</strong>) and password(<strong>admin</strong>) to login.
31023102
<img alt="project-screenshot" src="../../../../../../_images/keycloak_login.png" /></p></li>
31033103
<li><p>Create a new realm named <strong>productivitysuite</strong> within Keycloak.
3104-
<img alt="project-screenshot" src="../../../../../../_images/create_realm.png" /></p>
3104+
<img alt="project-screenshot" src="../../../../../../_images/create_realm1.png" /></p>
31053105
<p><img alt="project-screenshot" src="../../../../../../_images/create_productivitysuite_realm.png" /></p>
31063106
</li>
31073107
<li><p>Create a new client called <strong>productivitysuite</strong> with default configurations.

latest/GenAIExamples/ProductivitySuite/docker_compose/intel/cpu/xeon/keycloak_setup_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3101,7 +3101,7 @@ <h1>🔐 Keycloak Configuration Setup<a class="headerlink" href="#keycloak-confi
31013101
<li><p>Access the Keycloak admin console via url http:${host_ip}:8080 or endpoint that is exposed from your Kubernetes cluster to configure users. Use the default username(<strong>admin</strong>) and password(<strong>admin</strong>) to login.
31023102
<img alt="project-screenshot" src="../../../../../../_images/keycloak_login.png" /></p></li>
31033103
<li><p>Create a new realm named <strong>productivitysuite</strong> within Keycloak.
3104-
<img alt="project-screenshot" src="../../../../../../_images/create_realm.png" /></p>
3104+
<img alt="project-screenshot" src="../../../../../../_images/create_realm1.png" /></p>
31053105
<p><img alt="project-screenshot" src="../../../../../../_images/create_productivitysuite_realm.png" /></p>
31063106
</li>
31073107
<li><p>Create a new client called <strong>productivitysuite</strong> with default configurations.

latest/GenAIInfra/authN-authZ/auth-istio/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3334,7 +3334,7 @@ <h2>Perform authentication and authorization via oauth2-proxy and OIDC provider
33343334
<p>The user management is done via Keycloak and the configuration steps look like this:</p>
33353335
<ol class="arabic">
33363336
<li><p>Create a new realm named <code class="docutils literal notranslate"><span class="pre">chatqna</span></code> within Keycloak.</p>
3337-
<p><img alt="create realm" src="../../../_images/create_realm1.png" /></p>
3337+
<p><img alt="create realm" src="../../../_images/create_realm.png" /></p>
33383338
</li>
33393339
<li><p>Create a new client called <code class="docutils literal notranslate"><span class="pre">chatqna</span></code> and set <code class="docutils literal notranslate"><span class="pre">Client</span> <span class="pre">authentication</span></code> to ‘On’. Set the value of <code class="docutils literal notranslate"><span class="pre">$URL</span></code> with “/* “ (e.g. “http://chatqna-ui.com:${INGRESS_PORT}/*”) in the <code class="docutils literal notranslate"><span class="pre">Valid</span> <span class="pre">redirect</span> <span class="pre">URIs</span></code> part. Note that <code class="docutils literal notranslate"><span class="pre">INGRESS_PORT</span></code> and <code class="docutils literal notranslate"><span class="pre">INGRESS_HOST</span></code> shall be exported following the guide <a class="reference external" href="https://istio.io/latest/docs/tasks/traffic-management/ingress/ingress-control/#determining-the-ingress-ip-and-ports">here</a>. Under the Credentials tab you will now be able to locate <code class="docutils literal notranslate"><span class="pre">&lt;your</span> <span class="pre">client's</span> <span class="pre">secret&gt;</span></code>, which will be used in the oauth2-proxy configs.</p>
33403340
<p><img alt="create client 1" src="../../../_images/create_client_1.png" /></p>

latest/_images/create_realm.png

43.8 KB
Loading

latest/_images/create_realm1.png

-43.8 KB
Loading

0 commit comments

Comments
 (0)