-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rucio upload script and rucio configuration file #27
base: main
Are you sure you want to change the base?
Conversation
We are still missing something may be.
|
This reverts commit 7b01622.
c2b4985
to
a5371da
Compare
Switch to using rucio upload client instead of manually registering files
rucio_host = https://rucio-server.jlab.org:443 | ||
auth_host = https://rucio-server.jlab.org:443 | ||
auth_type = x509_proxy | ||
client_x509_proxy = $X509_USER_PROXY |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work when specified as an environment variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, if it works with the environment variable in the config.
Briefly, what does this PR introduce?
Add rucio registration code snippet to run script
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
Does this PR change default behavior?