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.
- Create a new branch with a name like
add-group-to-project - Edit the
.yamlfile of the project or group which you want to share with a group - 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
- Create a merge request
- 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.

- 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

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