Skip to content

Commit

Permalink
add Web Modeler Admin role
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Oct 1, 2024
1 parent 930c5e3 commit 9393918
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,15 @@ data:
definition: write:*
- audience: {{ include "identity.authAudience" . | default "camunda-identity-resource-server" | quote }}
definition: read:users
- name: "Web Modeler Admin"
description: "Grants elevated access to Web Modeler"
permissions:
- audience: ${CAMUNDA_WEBMODELER_AUDIENCE:web-modeler-api}
definition: write:*
- audience: ${CAMUNDA_IDENTITY_AUDIENCE:camunda-identity-resource-server}
definition: read:users
- audience: ${CAMUNDA_WEBMODELER_AUDIENCE:web-modeler-api}
definition: admin:*
zeebe:
apis:
- name: Zeebe API
Expand Down

0 comments on commit 9393918

Please sign in to comment.