Skip to content

Commit

Permalink
Configure executor user for Flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
userMuratt committed Nov 13, 2024
1 parent 11f6873 commit 53d2df5
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://management-center:8080/oauth2/token
--flow.security.openIdp.executorRoleAuthenticationType=ClientSecretBasic
--flow.security.openIdp.executorRoleScopes=openid email profile flow:Admin
...
----

0 comments on commit 53d2df5

Please sign in to comment.