grafana使用gitLab 的OAuth2认证服务登陆
3 月,跳不动了?>>> grafana 使用gitLab 的OAuth2认证服务登陆 grafana 配置 [auth.gitlab] enabled = true allow_sign_up = true client_id =f8d7d37a0d5bbe13e6832d878bedddeafde511ed1465bb042d2467978e797e01 client_secret =1e72599e0a006a69060758d38e8bf3a91b6e760bb64b62c7de4403aa67f092e1 scopes = api uth_url = http://192.168.222.205/oauth/authorize token_url = http://192.168.222.205/oauth/token api_url = http://192.168.222.205/api/v4 allowed_groups = [server] protocol = http http_port = 3000 root_url = http://192.168.222.205:3000/ 重启grafana 看到gitlab登陆了 systemctl restart grafana-server 注意三个参数 auth.gitlab中的 allow_sign_up =