[ARVADOS] updated: 1.3.0-1999-g865868d81

Git user git at public.arvados.org
Tue Dec 17 16:59:44 UTC 2019


Summary of changes:
 doc/user/cwl/cwl-extensions.html.textile.liquid | 2 ++
 1 file changed, 2 insertions(+)

       via  865868d814aad872becd0862117dc5356376bfe2 (commit)
      from  d9bf6da50d29e0778da52bd431f96f544261740d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 865868d814aad872becd0862117dc5356376bfe2
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Dec 17 11:59:19 2019 -0500

    15572: Make note that secret inputs must be submitted on command line
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/user/cwl/cwl-extensions.html.textile.liquid b/doc/user/cwl/cwl-extensions.html.textile.liquid
index d73e83ce0..505cfc4f5 100644
--- a/doc/user/cwl/cwl-extensions.html.textile.liquid
+++ b/doc/user/cwl/cwl-extensions.html.textile.liquid
@@ -95,6 +95,8 @@ h2. cwltool:Secrets
 
 Indicate that one or more input parameters are "secret".  Must be applied at the top level Workflow.  Secret parameters are not stored in keep, are hidden from logs and API responses, and are wiped from the database after the workflow completes.
 
+*Note: currently, workflows with secrets must be submitted on the command line using @arvados-cwl-runner at .  Workflows with secrets submitted through Workbench will not properly obscure the secret inputs.*
+
 table(table table-bordered table-condensed).
 |_. Field |_. Type |_. Description |
 |secrets|array<string>|Input parameters which are considered "secret".  Must be strings.|

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list