Disable certain apps

Hello,

I have a requirement to disable task list from the camunda web app. I’m using the spring boot version. I started looking at using authorisations as a mechanism but wasn’t sure what the best way to implement it would be. I would like to apply it for everyone rather than create an authorization per user.

Is there another alternative way of disabling task list from the camunda app?

Thanks

Hi @aminmc,

you can use authorizations for that. Under Application Authorizations, add a new Authorization of Type Global and only allow cockpit. This will be the default for all users and can be changed by adding further Authorizations on a group or user level.

I hope this helps
Martin

Thanks @martin.stamm. I took that approach.

Cheers