comparison README.rst @ 1:1090ae5e7b29 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ena_webin_cli commit 6f9ce1aba91681e831f2649fb36b74cc3d572eb3
author iuc
date Fri, 24 Oct 2025 08:03:03 +0000
parents 7f669682f4ac
children
comparison
equal deleted inserted replaced
0:7f669682f4ac 1:1090ae5e7b29
7 7
8 8
9 Setting up credentials on Galaxy 9 Setting up credentials on Galaxy
10 -------------------------------- 10 --------------------------------
11 11
12 The admin of the server can set up global credentials through a file 12 Enable users to set their own credentials
13 with the format:
14
15 .. code-block:: yaml
16
17 username: webin_id
18 password: webin_password
19
20 The path to this file must be exported as an environment variable called
21 $GALAXY_ENA_SECRETS
22
23 Alternatively, the admin can enable users to set their own credentials
24 for this tool. To enable it, make sure the file 13 for this tool. To enable it, make sure the file
25 ``config/user_preferences_extra_conf.yml`` has the following section: 14 ``config/user_preferences_extra_conf.yml`` has the following section:
26 15
27 .. code-block:: yaml 16 .. code-block:: yaml
28 17