We use a configuration like Jenkins Master and Slave (both types of Linux). Recently updated to the LTS version, and for some reason, Slaves connects to Master only when anonymous privileges are granted.
I read messages about granting privileges to an anonymous subordinate connection, but when I try to execute this error, I get 403 requests.
The only way to do this is to grant anonymous administrator privileges (which is risky), save it, and then return to Jenkins Management> Security Settings> Delete Anonymous Administrator> Add Connected Device Privileges. The problem with this workaround is that I get the same 403 error when slave reboots until I have granted anonymous admin privileges.
I tried installing a new slave.jar which did not help.
We are using an LDAP binding account, is there an easy solution to this 403 problem without having to re-enter the binding password (which we did recently after updating Jenkins)
source share