Skip to content

Commit ae49568

Browse files
author
Hasan Ozturk
committed
Disable the cmslink script temporarily
1 parent 668ca21 commit ae49568

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/rucio_client/scripts/k8s_sync_users_links.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ if [ "$RUCIO_HOME" = "/opt/rucio-prod" ]
3535
./syncCustomRoles.py
3636
fi
3737

38-
echo "Creating links"
39-
./cmslinks.py --overwrite --disable
38+
# Disable temporarily due to CMSTRANSF-1045
39+
#echo "Creating links"
40+
#./cmslinks.py --overwrite --disable
4041

4142

4243
echo "Syncing OIDC user identities"

0 commit comments

Comments
 (0)