Skip to content

feat(auth): make authentication scope for Pages configurable

This MR makes the authentication scope for Pages configurable.

By default, Pages will use api scope to authenticate with Pages Application registered on GitLab.

With this MR, the scope is configurable and can be set to read_api by providing the auth-scope variable within gitlab-pages.conf.

i.e. by adding the following line to gitlab-pages.conf: auth-scope=read_api

Related to issue gitlab#292912 (closed)

Related Omnibus MR: omnibus-gitlab!4965 (merged)

Related Docs MR: gitlab!53828 (merged)

🛠 with at Siemens

Edited by Ercan Ucan

Merge request reports