What is the desired functionality that you are missing?
Super-User permissions can be manged by providing a list of userIds via the`security.auth.superUserIds` configuration property.
However this is tedious to maintain as every single user id needs to get added/removed.
Which problem are you going to solve with this functionality?
Thus adding the possibility to configure groupIds, e.g. a `optimizeSuperUser` group, would be helpful to decouple managing these permissions more dynamically.
AT:
- there is a way to configure a set of user group ids (meaning groups that exist in Camunda Admin) to gain super user permissions
- this approach is documented in the technical guide
Hint:
Optimize currently offers to configure userGroups that have access to event based process management via`eventBasedProcess.authorizedGroupIds`. This approach would be appropriate for superUsers as well.