Skip to content

Commit

Permalink
Merge pull request #696 from dmwm/Panos512-patch-1
Browse files Browse the repository at this point in the history
Update syncUserRoles.py
  • Loading branch information
dynamic-entropy authored Jan 18, 2024
2 parents c47a903 + 1cb6060 commit 551fe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/CMSRucioClient/scripts/syncUserRoles.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from rucio.client.client import Client
from rucio.common.exception import RSEAttributeNotFound, Duplicate, AccountNotFound, InvalidObject

TO_STRIP = ['_Disk', '_Tape', '_Temp', '_Test', '_Disk_Test', '_Tape_Test', '_Ceph']
TO_STRIP = ['_Disk', '_Tape', '_Temp', '_Disk_Temp', '_Test', '_Disk_Test', '_Tape_Test', '_Ceph']

CRIC_USERS_API = 'https://cms-cric.cern.ch/api/accounts/user/query/list/?json&preset=roles'
CRIC_SITE_API = 'https://cms-cric.cern.ch/api/cms/site/query/?json'
Expand Down

0 comments on commit 551fe13

Please sign in to comment.