From 9e2b4df775db6fa04f8db069e133d94d7e096637 Mon Sep 17 00:00:00 2001 From: Greg Daues Date: Fri, 27 Mar 2026 07:17:28 -0700 Subject: [PATCH 1/3] DM-54491: fix three lines for IDTOKENS --- .../s3df/etc/templates/glidein_condor_config.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template b/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template index 5bb740e..62e48d9 100644 --- a/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template +++ b/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template @@ -11,9 +11,9 @@ SEC_READ_AUTHENTICATION_METHODS = FS_REMOTE, IDTOKENS, FS # FS_REMOTE_DIR = /sdf/home/d/daues/condor-authenticate FS_REMOTE_DIR = /sdf/group/rubin/services/htcondor/shared -SEC_TOKEN_DIRECTORY=$USERHOME/condor/tokens.d/ -SEC_PASSWORD_DIRECTORY=$USERHOME/condor/passwords.d/ -SEC_TOKEN_POOL_SIGNING_KEY_FILE=$USERHOME/condor/passwords.d/s3df_token_key +SEC_TOKEN_DIRECTORY=$USER_HOME/.condor/tokens.d/ +SEC_PASSWORD_DIRECTORY=$USER_HOME/.condor/passwords.d/ +SEC_TOKEN_POOL_SIGNING_KEY_FILE=$USER_HOME/.condor/passwords.d/s3df_token_key ALLOW_READ = * ALLOW_WRITE = * From e6e8643be4c56e3c7cf9665a079a2dbc45f59dd0 Mon Sep 17 00:00:00 2001 From: Greg Daues Date: Tue, 21 Apr 2026 13:12:35 -0700 Subject: [PATCH 2/3] DM-54491: poolkey variable for configuration --- .../platform/s3df/etc/templates/glidein_condor_config.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template b/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template index 62e48d9..2d5ad6f 100644 --- a/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template +++ b/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template @@ -13,7 +13,7 @@ FS_REMOTE_DIR = /sdf/group/rubin/services/htcondor/shared SEC_TOKEN_DIRECTORY=$USER_HOME/.condor/tokens.d/ SEC_PASSWORD_DIRECTORY=$USER_HOME/.condor/passwords.d/ -SEC_TOKEN_POOL_SIGNING_KEY_FILE=$USER_HOME/.condor/passwords.d/s3df_token_key +SEC_TOKEN_POOL_SIGNING_KEY_FILE=$USER_HOME/.condor/passwords.d/$POOLKEY ALLOW_READ = * ALLOW_WRITE = * From e0bcf370068412ca34916c2a14fb8ad4027b2a6d Mon Sep 17 00:00:00 2001 From: Greg Daues Date: Thu, 23 Apr 2026 09:59:03 -0700 Subject: [PATCH 3/3] DM-54491: remove the line that sets SEC_TOKEN_POOL_SIGNING_KEY_FILE --- .../platform/s3df/etc/templates/glidein_condor_config.template | 1 - 1 file changed, 1 deletion(-) diff --git a/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template b/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template index 2d5ad6f..46100cb 100644 --- a/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template +++ b/python/lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template @@ -13,7 +13,6 @@ FS_REMOTE_DIR = /sdf/group/rubin/services/htcondor/shared SEC_TOKEN_DIRECTORY=$USER_HOME/.condor/tokens.d/ SEC_PASSWORD_DIRECTORY=$USER_HOME/.condor/passwords.d/ -SEC_TOKEN_POOL_SIGNING_KEY_FILE=$USER_HOME/.condor/passwords.d/$POOLKEY ALLOW_READ = * ALLOW_WRITE = *