Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As soon as all deployments are available, the installation is ready.

Add Web Origin to Keycloak

Note

For Smartfacts to function, it is necessary to corret a value in the Keycloak configuration.

Get the Keycloak administrator password:

Code Block
sudo kubectl get secret smartfacts-keycloak-admin-secret -o 'go-template={{index .data "KEYCLOAK_PASSWORD"}}' -n smartfacts | base64 -d; echo ""

Get the URL of keycloak:

Code Block
sudo kubectl get ingress -n smartfacts | grep identity | tr -s ' ' | cut -d ' ' -f3

Call this URL in a browser. Klick on “Administration Console” and log in with Username “keycloak-admin” and the password returned in the step above.

Select “Clients” and the client ID “smartfacts”.

...

Scroll down until you see the property “Web Origins”. Insert a plus sign “+” into the value field.

...

Scroll to the bottom of the page and klick on the “save” button

A note on Smartfacts PoC Test Users

...