-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestnicetohaveA label for optional features that are not crucial for system functional requirements.A label for optional features that are not crucial for system functional requirements.
Description
Overview
make deploy_dev Deploys breakglass, mailhog and keycloak to default cluster for ease of manual testing and evaluating.
The minor annoyance is that the keycloak is clean without client for open-id auth redirection and user with first/surname set and most importantly the email is not set which is user unique identity now.
The ui-client realm and users for testing could be defined as json and imported using some volume or side container with script.
Steps that are currently required:
Open id auth client realm
- Login as admin and go to
Clientstab and clickCreate:

- Create client called
breakglass-ui(or the same as defined in configfrontend.oidcClientID) and Save
- Set
Valid Redirect URIsandWeb Originsto*(or your custom ips/hostnames if prefered)
Users configuration
I usually create user test with password test and email tester@mail.com and I have escalation for such email in config/samples/
Also I add email admin@mail.com for user Admin and sample escalation has such email as approver.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnicetohaveA label for optional features that are not crucial for system functional requirements.A label for optional features that are not crucial for system functional requirements.



