-
Improvement
-
Resolution: Unresolved
-
Trivial
-
Jenkins and Plugin v:
Jenkins 2.150.1
Matrix Auth Plugin 2.3
Is connecting via reverse proxy:
Yes. Hosted on AWS ec2 instance
Steps:
- Deploy a Jenkins instance and Set it up with the Security realm as Google login
- Under Authorisation, select Logged in user can do anything.
- Create few test jobs and check for the session times outs. (for the intervals of 10-15 mins)
- Now, change the Authorisation to Project-base Matrix Authorisation Strategy.
- Goto a job and leave it idle for the session timeout to occur.
- Once the session timeout time is elapsed, click on any link on the page and observe
Actual Result:
- The user will be presented with HTTP ERROR 404\
- Refer the attachment
Expected Results:
- The user should not be made go to the login page and click on the login page. Since Google oAuth is present, the user should be able to access Jenkins seamlessly until the user manually signs out (either from Jenkins or Google)
- If the user tries to access https://mydomain.jenkins.com/job/test-job/ without logging in, the user should be able to do that. or at least user should be re-directed to google sign in page instead of Welcome page.