Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jenkins Access Denied- [email protected] is missing the Read permission

i am using Jenkins war 1.520 in Ubuntu 12.04 i had configured jenkins with openid plugin and authenticated with Google apps. I made some changes in role based security and matrix based security why prompts me

Access Denied- [email protected] is missing the Read permission

please let me know, what needs to be done in order to get the access to jenkins

like image 362
krs Avatar asked Aug 13 '13 07:08

krs


People also ask

Is missing the overall read permission in Jenkins?

with error as "Access Denied is missing the Overall/Read permission jenkins windows". In such case, Please retain the existing instance, have a new jenkins install on someother machine or VM. Copy the config. xml from Jenkins_Home and replace it with config.


2 Answers

You will have to reconfigure your permissions. Do you still have a user with login access or not ? If not you might have to reset it by temporarily disabling the security. This can be achieved by modifying the $JENKINS_HOME/config.xml ($HOME/.jenkins/config.xml by default when running the jenkins.war on your system) and setting <useSecurity> from true to false. Be sure to backup your config!

Once you are there reenable the security, and show us what you have in matrix and role based security.

like image 90
coffeebreaks Avatar answered Oct 22 '22 13:10

coffeebreaks


Had the same issue with Jenkins, turns out my user name was Gideon but error I was getting was 'gideon is missing the overall administer/register permission'. Edited config.xml by changing Gideon to gideon in the /hudson/authorizationStrategy/permission tags and everything is working fine now.

like image 35
korir Avatar answered Oct 22 '22 14:10

korir