You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
482
483
483
484
```
484
485
id_secret: d5c910cc6e32cad08599987ab64dcfae
485
486
```
486
487
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.
488
495
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.
490
496
491
497
## Configuring Galaxy's behind a proxy <a name="Galaxy-behind-proxy" /> [[toc]](#toc)
0 commit comments