Add new user
Create a Rucio account
Once you get a CILogon sub from user .
- Create a account for that user.
rucio account add --email <user_email> <ACCOUNT_NAME> USER
info
Replace <ACCOUNT_NAME> with appropriate name.
Replace <user_email> with user JLab email.
- Add identity to that account.
rucio account identity add --type OIDC --id 'SUB=<sub>, ISS=https://cilogon.org/jlab' --email <user_email> <ACCOUNT_NAME>
info
Replace <ACCOUNT_NAME> with account name you created for user in step 1.
Replace <user_email> with user JLab email.
Replace <sub> with sub you got from user. looks like http://cilogon.org/serverX/users/######
Assign RSE Quota for the user
Once account is created, please give some quota for that user.
rucio account limit add --rse JLAB-DISK-SE --bytes <TEXT> <ACCOUNT_NAME>
info
Replace <TEXT>: Value of the limit; can be specified in bytes ("10000"), with a storage unit ("10GB"), or "infinity"
Replace <ACCOUNT_NAME> with account name of user.
Once done , please send an email to the user with rucio account name and link to the docs.