Skip to content

Commit e85a476

Browse files
authored
add vault integration to the readme file
1 parent 0a7ccbf commit e85a476

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,15 +478,21 @@ admin_users: [email protected]
478478
bootstrap_admin_api_key: HSNiugRFvgT574F43jZ7N9F3
479479
```
480480

481-
Additionally Galaxy encodes various internal values that can be part of output using secret string configurable as `id_secret` in the config file (use 5-65 bytes long string). This prevents 'guessing' of Galaxy's internal database sequences. Example:
481+
Additionally, Galaxy encodes various internal values that can be part of output using a secret string configurable as `id_secret` in the config file (use 5-65 bytes long string).
482+
This prevents 'guessing' of Galaxy's internal database sequences. Example:
482483
483484
```
484485
id_secret: d5c910cc6e32cad08599987ab64dcfae
485486
```
486487
487-
You should change all three configuration variables above manually in `/export/galaxy/config/galaxy.yml`.
488+
You should manually change all three configuration variables above in `/export/galaxy/config/galaxy.yml`.
489+
490+
Alternatively, you can pass the security configuration when running the image but please note that it is a security problem.
491+
E.g. if a tool exposes all `env`'s your secret API key will also be exposed.
492+
493+
In addition with 24.2 we enabled Galaxy Vault configuration. This enables users to store secrets in a user-owned password safe, called vault.
494+
It is highly recommended to change the pre-configured key under `$GALAXY_CONFIG_DIR/vault_conf.yml` following the instructions inside the file.
488495

489-
Alternatively you can pass the security configuration when running the image but please note that it is a security problem. E.g. if a tool exposes all `env`'s your secret API key will also be exposed.
490496

491497
## Configuring Galaxy's behind a proxy <a name="Galaxy-behind-proxy" /> [[toc]](#toc)
492498

0 commit comments

Comments
 (0)