0

For Gitlab enterprise, there is a way of making the project internal, so only known logged in users can see the project.

However is there a way of making a default permission/access level for anyone internal. I.e. make everyone internal have Developer access, for example. Essentially "internally open source" within the organization

Roger Barton
  • 135
  • 2
  • 8

1 Answers1

0

As described in this gitlab documentation, the internal projects can be seen only by known logged users and these are all assigned the guest permission level.

If you need to grant a higher permission level to specific users (including all known users), you can use the user group feature and share your project with this group.

Louis Caron
  • 1,043
  • 1
  • 11
  • 17
  • Yes, using a group is what I have resorted to now and it works reasonably easil. but users still need to request access or be given access – Roger Barton Mar 03 '19 at 19:20