GitLab Omnibus 13.6.1-ee with GitLab Mattermost
Mattermost Version: 5.28.1
Database Schema Version: 5.28.0
Database: postgres
After enabling GitLab Mattermost, SSO was automatically configured and enabled. I’m trying to turn GitLab SSO off.
What I did:
- Edited
/etc/gitlab/gitlab.rb
and uncommented the linemattermost['gitlab_enable'] = false
- Ran
sudo gitlab-ctl reconfigure
- Verified that
/var/opt/gitlab/mattermost/config.json
had been updated correctly ("Enable": false
underGitLabSettings
) - Restarted Mattermost with
sudo gitlab-ctl restart mattermost
The GitLab sign-in option is still being shown on the login screen. In the System Console, under Authentication > GitLab, “Enable authentication with GitLab” is set to true and greyed out, with the message “This setting has been set through an environment variable. It cannot be changed through the System Console.” underneath (this is expected, but it should not be enabled anymore).
I thought I’d ask here before opening an issue. Any ideas?
2 posts - 1 participant