Skip to content

Commit

Permalink
adding more detailed s3 config instructions to edit servers helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
egazzarr authored and mlassnig committed Nov 22, 2023
1 parent 41bac72 commit d64f9ad
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/operator/s3_rse_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ There are two ways in which one can employ [FTS3](https://fts3-docs.web.cern.ch/
s3_url_style: path(default)|host
```

3. Deploy the S3 configuration to the Rucio servers and restart servers:
3. Deploy the S3 configuration to the Rucio servers by creating a `<release-name-servers>-rse-accounts` containing the following:

```bash
# vim /opt/rucio/etc/rse-accounts.cfg
Expand All @@ -61,6 +61,23 @@ There are two ways in which one can employ [FTS3](https://fts3-docs.web.cern.ch/
}
```

And add in your servers helm chart:

```
values:
secretMounts:
- secretName: rse-accounts
mountPath: /opt/rucio/etc/rse-accounts.cfg
subPath: rse-accounts.cfg

config:
credentials:
gcs: "/opt/rucio/etc/rse-accounts.cfg"

```

Restart the servers.

4. Give every Rucio account the following attribute to be able to sign URLs:

```bash
Expand Down

0 comments on commit d64f9ad

Please sign in to comment.