Skip to content

Commit 0172008

Browse files
committed
add faq
1 parent d903ca3 commit 0172008

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,17 @@ To prevent these issues from happening, we recommend setting up your Cromwell co
116116

117117
:ref:`(back to top) <topCLIFAQ>`
118118

119+
How do I store my CLI token in a password vault or encrypted file
120+
-----------------------------------------------------------------
121+
122+
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 different text file:
124+
125+
::
126+
127+
token = cat /home/my-user/dockstoreTokenVault.txt
128+
server-url = https://www.dockstore.org/api
129+
119130
The CLI is failing with Java 8 or 11
120131
------------------------------------
121132

0 commit comments

Comments
 (0)