Skip to content

Commit

Permalink
Configure executor user for Flow. (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
userMuratt authored Nov 13, 2024
1 parent 7fca512 commit 0179b3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/modules/ROOT/pages/flow.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,10 @@ See xref:flow:deploy:security-recommendations.adoc[Security recommendations] to
--flow.security.openIdp.roles.format=path
--flow.security.openIdp.roles.path=roles
--flow.security.openIdp.refreshTokensDisabled=true
--flow.security.openIdp.executorRoleClientId=application-client
--flow.security.openIdp.executorRoleClientSecret=${MC_APPLICATION_CLIENT_SECRET}
--flow.security.openIdp.executorRoleTokenUrl=http://233.252.0.158/mc/oauth2/token
--flow.security.openIdp.executorRoleAuthenticationType=ClientSecretBasic
--flow.security.openIdp.executorRoleScopes=openid email profile flow:Admin
...
----

0 comments on commit 0179b3a

Please sign in to comment.