...
- Do a docker pull quay.io/keycloak/keycloak:11.0.3
- Start the docker container with set env vars for 'KEYCLOAK_USER' and 'KEYCLOAK_PASSWORD` on a preferred port. Internal port is 8080.
- Navigate to http://localhost:8080/auth/admin and login, getting access to the master realm / admin console.
- Create an 'onap' realm
Following, three steps need to be done. The creation of the default users, creating and assigning roles, and the creation of a client for onap/odlux to use for authentication of the users.
...