Hello Todd,
Many thanks for your email.Â
To generate the TOKEN for schedd, I have set the auto-approve on negotiator node for token approval.Â
condor_token_request_auto_approve -netblock xx.xx.xx.0/24 -lifetime 3600
Aside note: ÂI don't see how we can query the conf done by above command later? may be somethingÂ"condor_token_requet_auto_approve list" can be helpful.Â
Removed POOL file from submitter which was earlier copied from CM. Did condor_reconfig to see whether schedd is sending a token request to CM or not, do they also require SSL setup between sched and CM (slide 11 in [1]) difference is I am talking about daemon-to-damon use case?
If I keep the POOL file on the submit node then it works like PASSWORD auth as you mentioned no IDTOKENS.Â
Even for using this command, we need to have POOL file on submitter.Â
Following are the error logs from schedd when I don't have a POOL file.ÂÂ
01/05/23 03:57:19 (pid:3478132) SECMAN: required authentication with collector test.example.com failed, so aborting command UPDATE_SCHEDD_AD.
01/05/23 03:57:19 (pid:3478132) ERROR: AUTHENTICATE:1003:Failed to authenticate with any method|AUTHENTICATE:1004:Failed to authenticate using SSL|AUTHENTICATE:1004:Failed to authenticate using GSI|GSI:5003:Failed to authenticate. Globus is reporting error (851968:560). There is probably a problem with your credentials. Â(Did you run grid-proxy-init?)|AUTHENTICATE:1004:Failed to authenticate using KERBEROS|AUTHENTICATE:1004:Failed to authenticate using FS
01/05/23 03:57:19 (pid:3478132) Collector update failed; will try to get a token request for trust domain test.example.com, identity (default).
01/05/23 03:57:19 (pid:3478132) Failed to start non-blocking update to <xx.xx.250.52:9618>.
01/05/23 03:57:20 (pid:3478132) AUTH_ERROR: Client not found in Kerberos database
01/05/23 03:57:20 (pid:3478132) authenticate_self_gss: acquiring self credentials failed. Please check your Condor configuration file if this is a server process. Or the user environment variable if this is a user process.
GSS Major Status: General failure
GSS Minor Status Error Chain:
globus_gsi_gssapi: Error with GSI credential
globus_gsi_gssapi: Error with gss credential handle
Thanks & Regards,
Vikrant Aggarwal