From c50d33dc107ea3382207ec1bc44f00c2e45afff1 Mon Sep 17 00:00:00 2001 From: Murat Yilmaz Date: Fri, 29 Nov 2024 16:59:24 +0300 Subject: [PATCH] Move executor user scope setting to env variable. (#45) --- stock-ticker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock-ticker/docker-compose.yml b/stock-ticker/docker-compose.yml index 3676a35..0c27738 100644 --- a/stock-ticker/docker-compose.yml +++ b/stock-ticker/docker-compose.yml @@ -7,6 +7,7 @@ services: -XX:MaxRAMPercentage=50 -XX:InitialRAMPercentage=50 FLOW_SECURITY_OPENIDP_SCOPE: "openid email profile" + FLOW_SECURITY_OPENIDP_EXECUTORROLESCOPES: "openid email profile flow:Admin" OPTIONS: >- --flow.analytics.persistRemoteCallResponses=true --flow.analytics.persistResults=true @@ -28,7 +29,6 @@ services: --flow.security.openIdp.executorRoleClientSecret=${MC_APPLICATION_CLIENT_SECRET} --flow.security.openIdp.executorRoleTokenUrl=http://management-center:8080/oauth2/token --flow.security.openIdp.executorRoleAuthenticationType=ClientSecretBasic - --flow.security.openIdp.executorRoleScopes=openid email profile flow:Admin --flow.hazelcast.configYamlPath=/opt/hazelcast/config_ext/hazelcast.yml --flow.config.custom.managementCenterUrl=http://localhost:8080 expose: