Skip to content

Commit

Permalink
Merge pull request #876 from haozturk/update-cron
Browse files Browse the repository at this point in the history
Disable the cmslink script temporarily
  • Loading branch information
haozturk authored Dec 17, 2024
2 parents 668ca21 + ae49568 commit 4f7f256
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/rucio_client/scripts/k8s_sync_users_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ if [ "$RUCIO_HOME" = "/opt/rucio-prod" ]
./syncCustomRoles.py
fi

echo "Creating links"
./cmslinks.py --overwrite --disable
# Disable temporarily due to CMSTRANSF-1045
#echo "Creating links"
#./cmslinks.py --overwrite --disable


echo "Syncing OIDC user identities"
Expand Down

0 comments on commit 4f7f256

Please sign in to comment.