Put whole gitlab installation to read-only mode -
i wish deny push changes repository user. technically, need switch whole gitlab read-only mode. there simple way this?
if don't want mess user privileges (as done in pr), 1 approach change gitlab-shell pre-receive hook.
if pre-receive hook "exit 1
", should disable push repo.