Skip to content

Commit c619d26

Browse files
Update README.md (#178)
Added docs for CROMSHELL_HEADER env variable
1 parent f0f8033 commit c619d26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ requires `column`, `curl`, `mail`, and [jq](https://stedolan.github.io/jq/)
116116
You may omit the job ID of the last job submitted when running commands, or use negative numbers to reference previous jobs, e.g. "-1" will track the last job, "-2" will track the one before that, and so on.
117117
* You can override the default cromwell server by setting the environmental variable `CROMWELL_URL` to the appropriate URL.
118118
* Most commands takes multiple workflow-ids, which you *can specify both in relative and absolute ID value* (i.e. `./cromwell status -1 -2 -3 c2db2989-2e09-4f2c-8a7f-c3733ae5ba7b`).
119+
* You can supply additional headers to Cromshell REST calls by setting the environmental variable `CROMSHELL_HEADER`. This is useful if your Cromwell server is fronted by an auth server that authenticates access using bearer tokens before forwarding requests onto the Cromwell API. For example: `CROMSHELL_HEADER="Authorization: Bearer 3e2f34f2e..."`
119120

120121
### Code Conventions:
121122
Please try to follow these conventions when editing cromshell.

0 commit comments

Comments
 (0)