Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 512 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 512 Bytes

Keycloak

Realms and Users

# realms and initial users are imported through docker-compose
--import-realm

 

Initial Users

Initial users can be used to login to frontend

Initial users are used for cypress e2e testing

  • mary fullcrud (mary:admin) has full CRUD permissions
  • joe readonly (joe:admin) has read permissions

 

Warning

Initial users, and all other Keycloak realm/client configs, are wiped out each time docker-compose is re-run.