forked from gCubeSystem/conductor-setup
get realm from request instead of configuration
This commit is contained in:
parent
04c6e0b701
commit
1a75ca07ed
|
@ -13,10 +13,10 @@ workflows:
|
||||||
- user-group_deleted
|
- user-group_deleted
|
||||||
- user-group-role_deleted
|
- user-group-role_deleted
|
||||||
- delete-user-account
|
- delete-user-account
|
||||||
keycloak_realm: d4science
|
#keycloak_realm: d4science
|
||||||
keycloak_host: "https://accounts.dev.d4science.org/auth"
|
keycloak_host: "https://accounts.dev.d4science.org/auth"
|
||||||
keycloak: "{{ keycloak_host }}/realms/{{ keycloak_realm}}"
|
keycloak: "{{ keycloak_host }}/realms"
|
||||||
keycloak_admin: "{{ keycloak_host }}/admin/realms/{{ keycloak_realm }}"
|
keycloak_admin: "{{ keycloak_host }}/admin/realms"
|
||||||
keycloak_auth: "c93501bd-abeb-4228-bc28-afac38877338"
|
keycloak_auth: "c93501bd-abeb-4228-bc28-afac38877338"
|
||||||
liferay: "https://next.d4science.org/api/jsonws"
|
liferay: "https://next.d4science.org/api/jsonws"
|
||||||
liferay_auth: "bm90aWZpY2F0aW9uc0BkNHNjaWVuY2Uub3JnOmdjdWJlcmFuZG9tMzIx"
|
liferay_auth: "bm90aWZpY2F0aW9uc0BkNHNjaWVuY2Uub3JnOmdjdWJlcmFuZG9tMzIx"
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
"taskReferenceName": "init",
|
"taskReferenceName": "init",
|
||||||
"type": "LAMBDA",
|
"type": "LAMBDA",
|
||||||
"inputParameters": {
|
"inputParameters": {
|
||||||
"keycloak": "{{ keycloak }}",
|
"keycloak": "{{ keycloak }}/${workflow.input.realm}",
|
||||||
"keycloak_admin" : "{{ keycloak_admin }}",
|
"keycloak_admin" : "{{ keycloak_admin }}/${workflow.input.realm}",
|
||||||
"liferay": "{{ liferay }}",
|
"liferay": "{{ liferay }}",
|
||||||
"liferay_auth": "{{ liferay_auth }}",
|
"liferay_auth": "{{ liferay_auth }}",
|
||||||
"keycloak_userid" : "${workflow.input.userid}",
|
"keycloak_userid" : "${workflow.input.userid}",
|
||||||
|
|
Loading…
Reference in New Issue