jbonofre commented on PR #1863: URL: https://github.com/apache/karaf/pull/1863#issuecomment-2464918915
Sorry for the delay in the review/comment. I want to provide some context. The idea of the first "role" in a group definition, it's not actually a role but just a "prefix" (`group,`) to indicate that we are in a group. That's why be default, in `etc/users.properties` you have: ``` _g_\:admingroup = group,admin,manager,viewer,systembundles,ssh ``` You can see that `group` here is not actually a role in `admingroup` but a "prefix flag". I agree it's confusing (including the documentation), but if we "change" to remove the prefix, it means that `group` would be considered as a role in `admingroup`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
