DocsHow toShare project/group with a group

How to share a project or group with another group

This guide shows you how to share a project or group resource with the members of another group.

  1. Create a new branch with a name like add-group-to-project
  2. Edit the .yaml file of the project or group which you want to share with a group
  3. Add a group to the spec.sharedWithGroups. For example:
    sharedWithGroups:
    - name: test_group
      accessLevel: developer

ℹ️ For more information about the sharedWithGroups resource, please take a look at the SharedWithGroups resource


  1. Create a merge request
  2. Wait for the dry run to finish and check if the changelist contains the expected changes. When sharing a group or project with another group, Frigg will also show you which members are in the group you are sharing the resource with.

  1. After making sure the changes are correct, have someone check and approve your merge request and start the deployment by clicking on the play button of the deploy job

  1. When the deploy job has finished successfully, the merge request will automatically be merged.