Skip to content

Adding missing Web Modeler API permissions#321

Merged
ana-vinogradova-camunda merged 1 commit intomainfrom
45173-fix-missing-web-modeler-api-permissions
Feb 6, 2026
Merged

Adding missing Web Modeler API permissions#321
ana-vinogradova-camunda merged 1 commit intomainfrom
45173-fix-missing-web-modeler-api-permissions

Conversation

@ana-vinogradova-camunda
Copy link
Contributor

camunda-platform-helm 8.8 has the below permissions in Identity configmap, however, these are not present in camunda-distributions 8.8 .identity/application.yaml:

- name: Web Modeler API
      audience: "web-modeler-public-api"
      permissions:
        - definition: create:*
          description: "Allows create access for all resources"
        - definition: read:*
          description: "Allows read access to all resources"
        - definition: update:*
          description: "Allows update access to all resources"
        - definition: delete:*
          description: "Allows delete access for all resources"

I am adding missing permissions.

closes #45173

@dmytrivv2 dmytrivv2 self-requested a review February 6, 2026 11:45
@dmytrivv2
Copy link
Contributor

LGTM

@ana-vinogradova-camunda ana-vinogradova-camunda marked this pull request as ready for review February 6, 2026 12:40
@ana-vinogradova-camunda ana-vinogradova-camunda requested a review from a team as a code owner February 6, 2026 12:40
@ana-vinogradova-camunda ana-vinogradova-camunda requested review from bkenez and removed request for a team February 6, 2026 12:40
Copy link
Contributor

@dmytrivv2 dmytrivv2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ana-vinogradova-camunda ana-vinogradova-camunda merged commit 58b0bbf into main Feb 6, 2026
8 checks passed
@ana-vinogradova-camunda ana-vinogradova-camunda deleted the 45173-fix-missing-web-modeler-api-permissions branch February 6, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants