Skip to content

Commit 174dc62

Browse files
committed
Rebuild config
1 parent 81cd1f1 commit 174dc62

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

doc/source/admin/galaxy_options.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5624,6 +5624,26 @@
56245624
:Type: str
56255625

56265626

5627+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
5628+
``url_headers_config_file``
5629+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
5630+
5631+
:Description:
5632+
Configuration file for URL request headers allow-list with URL
5633+
pattern matching. This file defines which HTTP headers are allowed
5634+
in URL fetch requests based on URL patterns, and whether they
5635+
should be treated as sensitive (encrypted in the vault) or not. If
5636+
no allow-list is specified, no headers will be allowed in URL
5637+
requests. This provides fine-grained security control over what
5638+
headers can be sent when Galaxy fetches external URLs on behalf of
5639+
users, allowing different headers for different target domains or
5640+
services.
5641+
The value of this option will be resolved with respect to
5642+
<config_dir>.
5643+
:Default: ``url_headers_conf.yml``
5644+
:Type: str
5645+
5646+
56275647
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56285648
``display_builtin_converters``
56295649
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

lib/galaxy/config/sample/galaxy.yml.sample

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3008,6 +3008,18 @@ galaxy:
30083008
# <config_dir>.
30093009
#vault_config_file: vault_conf.yml
30103010

3011+
# Configuration file for URL request headers allow-list with URL
3012+
# pattern matching. This file defines which HTTP headers are allowed
3013+
# in URL fetch requests based on URL patterns, and whether they should
3014+
# be treated as sensitive (encrypted in the vault) or not. If no
3015+
# allow-list is specified, no headers will be allowed in URL requests.
3016+
# This provides fine-grained security control over what headers can be
3017+
# sent when Galaxy fetches external URLs on behalf of users, allowing
3018+
# different headers for different target domains or services.
3019+
# The value of this option will be resolved with respect to
3020+
# <config_dir>.
3021+
#url_headers_config_file: url_headers_conf.yml
3022+
30113023
# Display built-in converters in the tool panel.
30123024
#display_builtin_converters: true
30133025

0 commit comments

Comments
 (0)