Skip to content

Commit 3cca931

Browse files
committed
Add DELEGATE_JOB_GSI_CREDENTIALS = FALSE to enable x509 delegation
1 parent b4059b1 commit 3cca931

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/prepare-env/prepare-env-cc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ echo "CONDOR_HOST = ${CONDOR_HOST}" >> /opt/condor/config.d/schedd
3636
echo "COLLECTOR_NAME = ${COLLECTOR_NAME}" >> /opt/condor/config.d/schedd
3737
echo "UID_DOMAIN = ${UID_DOMAIN}" >> /opt/condor/config.d/schedd
3838
echo "SCHEDD_HOST = ${SCHEDD_HOST}" >> /opt/condor/config.d/schedd
39+
echo "DELEGATE_JOB_GSI_CREDENTIALS = FALSE" >> /opt/condor/config.d/schedd
3940

4041
# Values should be defined in Helm chart (not in a Docker image)
4142
if [[ "$SKYHOOK_CEPH_KEYRING" && "$SKYHOOK_CEPH_UUIDGEN" && "$SKYHOOK_CLUSTER_ADDR" && "$SKYHOOK_PUBLIC_ADDR" && "$SKYHOOK_MON_HOST" ]]; then

0 commit comments

Comments
 (0)