-
Bug Report
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
None
-
None
-
Camunda Run 7.14.0
When
- use a fresh engine and enable authorization checks
- set up a user that only has one authorization: access cockpit
- try to login with that user
Then
- logging in to Cockpit fails
Expected
- the user should be able to log in and should not have to care about telemetry setup
Hint
Apparently the webapps try to access
camunda/api/engine/engine/default/telemetry/configuration
with that users authentication which fails with a 403
{{
{"type":"AuthorizationException","message":"ENGINE-03029 Required admin authenticated group or user.","userId":null,"resourceName":null,"resourceId":null,"permissionName":null,"missingAuthorizations":[]}}}
This is the controller panel for Smart Panels app
- duplicates
-
CAM-12493 ET causes engine exception for non admin user
- Closed