Versions Compared

Key

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

...

Keycloak version 11.0.3 is used.

Setup

Execute this script to get a keycloak container up and running and setup default users for onap.

Setup-Workflow

  1. Checks if keycloak docker image is available
    1. get image if not available
  2. starts container on default port with default admin-user (see Script variables)
  3. gets admin bearer-token
  4. creates "onap" realm
  5. adds default users

Script Variables

At the start of the script, several variables are defined. Update accordingly. 

...


Known problems - regenerate/change secret

...

Currently, the client can not be created as confidential via the REST apiAPI.