| Verification Steps Clone the branch
cd cmd/mobile && go install . |
oc plugin mobile get services |
oc plugin mobile create serviceinstance keycloak
|
Result running keycloak In a new project
oc plugin mobile create serviceinstance keycloak -p ADMIN_USER=test -p ADMIN_PASSWORD=test
|
Result running keycloak that you can login in to using user test and password test |