Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Login Plugin plugin does not allow users from multiple domains

I'm using using Jenkins' Google login plugin for user authentication. I've installed and configured the plugin as mentioned in documentation and working as well. However users from only one google app domain can login to jenkins and access it(jira link). We have users from couple of domains. Another issue with this plugin is- not able to control user authorizations. All users can do anything. I've attached screenshot showing jenkins google login plugin configuration

enter image description here

Is there any workaround or alternative for this?

like image 971
Ashok Dongare Avatar asked Sep 11 '26 11:09

Ashok Dongare


1 Answers

Since version 1.3 (November 21st, 2016) the google login plugin allow multiple domains separated by comma.

Check the changelog: https://wiki.jenkins.io/display/JENKINS/Google+Login+Plugin

And the PR: https://github.com/jenkinsci/google-login-plugin/pull/3

like image 78
Gabriel Oliveira Avatar answered Sep 13 '26 05:09

Gabriel Oliveira