An error occurred while fetching the assigned milestone of the selected merge_request.
Add configuration of access_level for runners on registration
1 unresolved thread
Compare changes
+ 0
− 1
Allows users to use the gitlab-runner register --access-level="ref_protected"
to be able to set the access-level at registration rather than via the UI/API. This speeds up the registration process and also helps to close a minor security issue between the registration of a runner and the time when it is set to protected via UI/API.
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27490 for the Rails side of the code to accept the API request from gitlab-runner
See #3186 (closed)
master
- branch was rebasedCloses #3186 (closed)