-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
Windows
For user authentication we have an active directory configured in our Jenkins instance. Furthermore to configure project based security we use the Matrix Authorization Strategy plugin. We have > 50 jobs in our jenkins setup.
Our AD server receives several request per sec with the user jenkins (which we use for checkout from out git).
In jenkins log I found log of entries like the folliwing, for more see the attached log file jenkinslog.txt
März 20, 2023 11:23:57 VORM. CONFIG jenkins.util.SystemProperties Property (default): hudson.security.AuthorizationMatrixProperty.checkParentPermissions => null
There are about aprox. 180 entries per minute.
I didn't find a possibility to configure or prevent this parent checks.
Where do they come from? Any idea?