Uploaded image for project: 'Red Hat Internal Developer Platform'
  1. Red Hat Internal Developer Platform
  2. RHIDP-5975

Document the new config to enable adding indirect parent groups in user group membership

      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

       

       

       
          1. 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:
       
      ```
      group_admin
      └── group_developers
      └── user_alice
      ```
       
      • 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`.
       
      To enable this option:
       
      ```yaml
      includeTransientGroupOwnership: true
      auth:
      providers:
      1. provider configs ...

      ```

          There are no Sub-Tasks for this issue.

              ffloreth@redhat.com Fabrice Flore-Thébault
              ffloreth@redhat.com Fabrice Flore-Thébault
              RHIDP - Documentation
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: