Skip to content

Commit f29b0a8

Browse files
committed
deploy: 028502a
1 parent 028502a commit f29b0a8

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
@@ -3102,7 +3102,7 @@ <h1>🔐 Keycloak Configuration Setup<a class="headerlink" href="#keycloak-confi
31023102
<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.
31033103
<img alt="project-screenshot" src="../../../../../../_images/keycloak_login.png" /></p></li>
31043104
<li><p>Create a new realm named <strong>productivitysuite</strong> within Keycloak.
3105-
<img alt="project-screenshot" src="../../../../../../_images/create_realm.png" /></p>
3105+
<img alt="project-screenshot" src="../../../../../../_images/create_realm1.png" /></p>
31063106
<p><img alt="project-screenshot" src="../../../../../../_images/create_productivitysuite_realm.png" /></p>
31073107
</li>
31083108
<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
@@ -3102,7 +3102,7 @@ <h1>🔐 Keycloak Configuration Setup<a class="headerlink" href="#keycloak-confi
31023102
<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.
31033103
<img alt="project-screenshot" src="../../../../../../_images/keycloak_login.png" /></p></li>
31043104
<li><p>Create a new realm named <strong>productivitysuite</strong> within Keycloak.
3105-
<img alt="project-screenshot" src="../../../../../../_images/create_realm.png" /></p>
3105+
<img alt="project-screenshot" src="../../../../../../_images/create_realm1.png" /></p>
31063106
<p><img alt="project-screenshot" src="../../../../../../_images/create_productivitysuite_realm.png" /></p>
31073107
</li>
31083108
<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
@@ -3335,7 +3335,7 @@ <h2>Perform authentication and authorization via oauth2-proxy and OIDC provider
33353335
<p>The user management is done via Keycloak and the configuration steps look like this:</p>
33363336
<ol class="arabic">
33373337
<li><p>Create a new realm named <code class="docutils literal notranslate"><span class="pre">chatqna</span></code> within Keycloak.</p>
3338-
<p><img alt="create realm" src="../../../_images/create_realm1.png" /></p>
3338+
<p><img alt="create realm" src="../../../_images/create_realm.png" /></p>
33393339
</li>
33403340
<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>
33413341
<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)