Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlab-settings
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • repos
  • relengreleng
  • gitlab-settings
  • Merge requests
  • !5

configure-projects: set build_access_level to private

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Brennen Bearnes requested to merge brennen/project-ci-settings into main Aug 05, 2021
  • Overview 6
  • Commits 3
  • Pipelines 0
  • Changes 1

I was going through policy stuff here:

https://www.mediawiki.org/wiki/GitLab/Policy#Permissions

...and noticed we'd written this:

The "Pipelines" setting in public namespaced projects should be set to "Only Project Members". This ensures that only project members with Reporter privileges are able to run tests on a particular project.

I believe that's what's now under Project -> Settings -> Visibility, project features, permissions -> CI/CD. I'm not totally sure what effect this has, so I guess we'll need to experiment here, and may want to make it optional on a per-project basis.

This also makes the project settings updates only do a single write per changed project.

The project configuration stuff should be rolled into the settings CLI elsewhere in this repo, but I'll save that for a later MR.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: brennen/project-ci-settings