Skip to content

Commit

Permalink
deploy: e4a71c0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralChatBot committed Feb 16, 2025
1 parent e4a71c0 commit 53f49db
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ <h1>🔐 Keycloak Configuration Setup<a class="headerlink" href="#keycloak-confi
<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.
<img alt="project-screenshot" src="../../../../../../_images/keycloak_login.png" /></p></li>
<li><p>Create a new realm named <strong>productivitysuite</strong> within Keycloak.
<img alt="project-screenshot" src="../../../../../../_images/create_realm1.png" /></p>
<img alt="project-screenshot" src="../../../../../../_images/create_realm.png" /></p>
<p><img alt="project-screenshot" src="../../../../../../_images/create_productivitysuite_realm.png" /></p>
</li>
<li><p>Create a new client called <strong>productivitysuite</strong> with default configurations.
Expand Down
2 changes: 1 addition & 1 deletion latest/GenAIInfra/authN-authZ/auth-istio/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -2454,7 +2454,7 @@ <h2>Perform authentication and authorization via oauth2-proxy and OIDC provider
<p>The user management is done via Keycloak and the configuration steps look like this:</p>
<ol class="arabic">
<li><p>Create a new realm named <code class="docutils literal notranslate"><span class="pre">chatqna</span></code> within Keycloak.</p>
<p><img alt="create realm" src="../../../_images/create_realm.png" /></p>
<p><img alt="create realm" src="../../../_images/create_realm1.png" /></p>
</li>
<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>
<p><img alt="create client 1" src="../../../_images/create_client_1.png" /></p>
Expand Down
Binary file modified latest/_images/create_realm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified latest/_images/create_realm1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53f49db

Please sign in to comment.