Skip to content

Commit

Permalink
Move executor user scope setting to env variable. (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
userMuratt authored Nov 29, 2024
1 parent 27a8d17 commit c50d33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock-ticker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit c50d33d

Please sign in to comment.