Skip to content

Commit

Permalink
docs(nx-cloud): clarify encryption docs (#15391)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Mar 2, 2023
1 parent 43f7a39 commit 8268207
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/nx-cloud/account/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

Data is encrypted both at rest and in transit.

- Every communication with the Nx Cloud API is encrypted, including fetching/storing artifacts.
- Every communication with the Nx Cloud API is encrypted in transit, including fetching/storing artifacts.
- When using Nx Public Cloud, the stored metadata is encrypted.
- When using Nx Public Cloud, stored artifacts are encrypted using e2e encryption.
- When using the on-prem version of Nx Cloud, the stored metadata is encrypted if you run MongoDB yourself with
encryption on (or if you, for instance, use CosmosDB)
- When using Nx Public Cloud and e2e encryption, stored artifacts are encrypted.
- When using the on-prem version of Nx Cloud, the stored metadata is encrypted if you run MongoDB yourself with encryption on (or if you, for instance, use CosmosDB)
- When using the on-prem version of Nx Cloud, stored artifacts are encrypted using e2e encryption.

You can set the `encryptionKey` property in `nx.json` or set the `NX_CLOUD_ENCRYPTION_KEY` environment variable to
enable the e2e encryption of your artifacts. In this case, the artifacts will be encrypted/encrypted on your machine.
enable the e2e encryption of your artifacts. In this case, the artifacts will be encrypted/decrypted on your machine.

1 comment on commit 8268207

@vercel
Copy link

@vercel vercel bot commented on 8268207 Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.