Connecting Runtime REST API server
This topic documents how to set up connection between Keycloak and Runtime REST API server.
- Install Design Studio or Runtime & Monitoring.
- In Keycloak, make sure that Keycloak Auth Enabledis set to true.
-
In text editor, open config.yaml to confirm the
connectivity information. You can see the below information and update as
appropriate to your environment:
keycloak.enabled=true #Keycloak specific properties keycloak.serverUrl=http://localhost:8080/auth keycloak.realmId=itx server.inbound,authentication.keycloak.clientId=itx-runtime-rest server.inbound,keycloak.clientSecret=9465403f-0ae6-4cfd-98fb-ecdf8c4485ed
- Run Runtime REST API server to service REST client calls.
- REST clients invoking the Runtime REST API should include the user credentials that can be authenticated with Keycloak to run the maps or flows, or to fetch any runtime information.