Versions Compared

Key

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

...

The bash script follows the steps of the manual setup.

Manual

  1. Do a `docker a   docker pull quay.io/keycloak/keycloak:11.0.3`3
  2. Start the docker container with set env vars for 'KEYCLOAK_USER' and 'KEYCLOAK_PASSWORD` on a preferred port. Internal port is 8080.
  3. Navigate to http://localhost:8080/auth/admin and login, getting access to the master realm.
  4. Create an 'onap' realm

...