-
Bug
-
Resolution: Fixed
-
Major
In JENKINS-30116, I identified that the notifyCommit URLs should not have security applied to them. I was worried there were other URLs that shouldn't be secured either, but was unable to find a list on the Jenkins wiki.
Today I noticed that if you click the 'Delegate to servlet container' option in the security settings, it provides a full list:
These URLs (and URLs starting with these prefixes plus a /) should require no authentication. If possible, configure your container to pass these requests straight to Jenkins without requiring login.
cli
git
jnlpJars
subversion
whoAmI
Can you add this to the changes you made in JENKINS-30116?
Thank you; I have seen a few others beyond these as I have looked at other plugins that were possibly of interest in my instance; these are definitely not in the ones I found, nor had I seen them elsewhere.