Document the new config to enable adding indirect parent groups in user group membership
See: https://issues.redhat.com/browse/RHIDP-5506 and https://github.com/redhat-developer/rhdh/pull/2210/files
-
-
- includeTransientGroupOwnership configuration value
|
This option allows users to add transient parent groups into the resolved user group membership during the authentication process. i.e., the parent group of the user's direct group will be included in the user ownership entities. By default, this option is set to false. |
For instance, with this group hierarchy: |
- If `includeTransientGroupOwnership: false`, `test_user` is only a member of `group_developers`.
|
- If `includeTransientGroupOwnership: true`, `test_user` is a member of `group_developers` AND `group_admin`.
|
includeTransientGroupOwnership: true |
```