Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #196 from djmitche/more-wst-readme
Browse files Browse the repository at this point in the history
update README with more details about websocktunnel
  • Loading branch information
petemoore committed Apr 30, 2019
2 parents 0b44f90 + a3d5046 commit b44fc51
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,17 +459,15 @@ In v14.1.0 since v14.0.2

To enable websocktunnel, include configuration options `wstAudience` and `wstServerURL` to correspond to the websocktunnel server the worker should use.
For the current production environment that would be:

```json
{
...
"wstAudience": "taskcluster-net",
"wstServerURL": "https://websocktunnel.tasks.build",
...
"wstServerURL": "https://websocktunnel.tasks.build"
}
```
Omit the configuration items `livelogCertificate`, `livelogKey`, and `livelogSecret`.

Omit the configuration items `subdomain`, `livelogGETPort`, `livelogCertificate`, `livelogKey`, and `livelogSecret`.
These options will be removed in a future release.

Ensure that the worker's credentials have scope `auth:websocktunnel-token:<wstAudience>/<workerGroup>.<workerId>.*`.
Expand Down

0 comments on commit b44fc51

Please sign in to comment.