Skip to content

Commit

Permalink
disabling userRoles, #254
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Sep 9, 2024
1 parent 63817a2 commit ddcdd47
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ [email protected]@
server.port=8080
server.error.include-message=always
APP.externalExtensionsEnabled=true
APP.userRolesEnabled=true
# ensure to leave this disabled, since the UI does not support this at the moment
APP.userRolesEnabled=false
APP.mappingAdminRole=ROLE_MAPPING_ADMIN
APP.mappingCreateRole=ROLE_MAPPING_CREATE
# set to false to enable Open Telemetry Instrumentation
Expand Down

0 comments on commit ddcdd47

Please sign in to comment.