When a daemon is rejected when it attempts to advertise itself to the collector, it will attempt to request an IDToken from the collector. If the request is approved, then the collector will create the IDToken and send it securely to the requesting daemon.
That daemon will write the token to disk and then use to advertise to the collector. Normally, requests must be explicitly approved by an administrator with the command condor_token_request_approve. There is also an auto-approve mode, which can be enabled
during cluster setup on a trusted (usually private) network.
This is intended to be an easy way to setup strong authentication within a new cluster of machines without having to explicitly copy signing keys or tokens between hosts.
The daemon making a token request indicates that SSL authentication failed when the daemon contacted the collector. There should be some entries in the daemon log reporting that. You can add the D_SECURITY debug level for both the daemon and collector
to get additional information for why SSL failed.
- Jaime
|