Read-Only User creation

Hi Team,

Please let me know how to create read-only user in admin user. Currently using Camunda enterprise version spring boot application.

Regards,
Nagendra.

You have to create new role read only and assign set of permissions for every type of operations, excluding create update delete.
Then assign user to this role.

Hi Team,

I have created read only user and logged in cockpit. But not able to see process instances.
Attached cockpit screenshot for reference.

Regards,
Nagendra-

check authorizations:


Hi Maxim,

I have tried the menioned options but still not able to see the process instances.
Attaching the document which contains complete configuration setup.

Processing: camunda_readonly.docx…
camunda_readonly.pdf (1021.6 KB)

Regards,
Nagendra.

Hi Nagendra / MaximMonin

Facing the same issue as above even after configuring as suggested, is there anything else that needs to be done?

@nagendrakmt - were you able to figure it out or get around it?

Thanks

Hi @Omair_A.Khan and @nagendrakmt,

you have to enable this in the configuration as well:

camunda:
  bpm:
    generic-properties.properties:
      enforceSpecificVariablePermission: true

See Authorization Service | docs.camunda.org for further details.

Hope this helps, Ingo

Hi Omair,

We could not able to resolve the issue.

Regards,
Nagendra