Skip to content

Commit 9adf82f

Browse files
authored
feedback
1 parent 69c1349 commit 9adf82f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced-topics/dockstore-cli/dockstore-cli-faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ How do I store my CLI token in a password vault or encrypted file?
120120
------------------------------------------------------------------
121121

122122
If for regulatory reasons, you want to kick your security up a notch and store your dockstore token in a password vault or similar,
123-
we have the option of retrieving your Dockstore token using a user-defined command. For example the following will retrieve the token from a specific text file.
123+
we have the option of retrieving your Dockstore token using a user-defined command. For example, the following will retrieve the token from a specific text file.
124124
Consider combining this with encryption, a centralized cloud secrets manager, etc.
125125

126126
::
127127

128-
token = cat /home/my-user/dockstoreTokenVault.txt
128+
tokenCommmand = cat /home/my-user/dockstoreTokenVault.txt
129129
server-url = https://www.dockstore.org/api
130130

131131
The CLI is failing with Java 8 or 11

0 commit comments

Comments
 (0)