Skip to content

Commit

Permalink
docs(docs): nx cloud e2e encryption configuration documentation added (
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackDeRose authored Nov 3, 2020
1 parent b3fdce9 commit 5a3ac6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/angular/guides/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ Tasks runners can accept different options. The following are the options suppor
- `captureStderr` defines whether the cache will capture stderr or just stdout
- `skipNxCache` defines whether the Nx Cache should be skipped. Defaults to `false`
- `cacheDirectory` defines where the local cache is stored, which is `node_modules/.cache/nx` by default.
- `encryptionKey` (when using `"@nrwl/nx-cloud"` only) defines an encryption key to support end-to-end encryption of your cloud cache. You may also provide an environment variable with the key `NX_CLOUD_ENCRYPTION_KEY` that contains an encryption key as its value. The Nx Cloud task runner will normalize the key length, so any length of key is acceptable.
- `runtimeCacheInputs` defines the list of commands that will be run by the runner to include into the computation hash value.

`runtimeCacheInputs` can be set as follows:
Expand Down
1 change: 1 addition & 0 deletions docs/react/guides/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ Tasks runners can accept different options. The following are the options suppor
- `captureStderr` defines whether the cache will capture stderr or just stdout
- `skipNxCache` defines whether the Nx Cache should be skipped. Defaults to `false`
- `cacheDirectory` defines where the local cache is stored, which is `node_modules/.cache/nx` by default.
- `encryptionKey` (when using `"@nrwl/nx-cloud"` only) defines an encryption key to support end-to-end encryption of your cloud cache. You may also provide an environment variable with the key `NX_CLOUD_ENCRYPTION_KEY` that contains an encryption key as its value. The Nx Cloud task runner will normalize the key length, so any length of key is acceptable.
- `runtimeCacheInputs` defines the list of commands that will be run by the runner to include into the computation hash value.

`runtimeCacheInputs` can be set as follows:
Expand Down

0 comments on commit 5a3ac6b

Please sign in to comment.