Commit 83589848 authored by Deepak N's avatar Deepak N
Browse files

Issue ekstep/sunbird-devops#202 feat: keycloack

parent e3186e47
No related merge requests found
Showing with 13 additions and 13 deletions
+13 -13
......@@ -110,19 +110,19 @@ Included in the next demo
- Update following configs
```
Login to the keycloak admin console, goto the clients->admin-cli->Installation->Select json format
sunbird_sso_client_id**: Eg:admin-cli keycloak client id
sunbird_sso_username**: EG:keycloak user name
sunbird_sso_password**: EG:password keycloak password
Login to the keycloak admin console, goto the clients->portal->Installation->Select json format
keycloak_realm: Eg:sunbird
sunbird_keycloak_client_id**: Eg:portal keycloak client id
Login to the keycloak admin console, goto the clients->trampoline->Installation->Select json format
sunbird_trampoline_client_id**: Eg:trampoline
sunbird_trampoline_secret**: Eg:HJKDHJEHbdggh23737
```yml
# Login to the keycloak admin console, goto the clients->admin-cli->Installation->Select json format
sunbird_sso_client_id: # Eg: admin-cli
sunbird_sso_username: # keycloak user name
sunbird_sso_password: # keycloak user password
# Login to the keycloak admin console, goto the clients->portal->Installation->Select json format
keycloak_realm: # Eg: sunbird
sunbird_keycloak_client_id: # Eg: portal
# Login to the keycloak admin console, goto the clients->trampoline->Installation->Select json format
sunbird_trampoline_client_id: # Eg: trampoline
sunbird_trampoline_secret: # Eg: HJKDHJEHbdggh23737
```
- Run `sudo ./deploy-core.sh <implementation-name>-devops/ansible/inventories/<environment-name>`. This will setup all the sunbird core services.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment