Skip to content

Commit

Permalink
adding instructions to connect to custom Rucio instance
Browse files Browse the repository at this point in the history
  • Loading branch information
egazzarr committed Sep 12, 2023
1 parent 3fe5d9e commit e10412a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/advanced-usage/access-control/rucio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ $ reana-client secrets-add --env VONAME=atlas \
--file /tmp/x509up_u1000 \
--env RUCIO_USERNAME=johndoe
```
The above configuration automatically connects the user to a `https://{VONAME}-rucio.cern.ch` Rucio host.
To allow overriding the default Rucio host with user-provided environment variables, run:

```console
$ reana-client secrets-add --env RUCIO_RUCIO_HOST={Rucio_host_url} \
--env RUCIO_AUTH_HOST={Rucio_auth_host_url}
```

## Configuring your workflows

Expand Down

0 comments on commit e10412a

Please sign in to comment.