Skip to content

Commit

Permalink
restructure encryption (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiquick authored Apr 19, 2024
1 parent 16fff5b commit 8c1b1d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/ROOT/pages/platform/security.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
[[aura-reference-security]]
= Security

== Encryption

All data stored in Neo4j Aura is encrypted using intra-cluster encryption between the various nodes comprising your instance and encrypted at rest using the underlying cloud provider's encryption mechanism.

By default, each cloud provider encrypts all backup buckets (including the objects stored inside) using either https://cloud.google.com/storage/docs/encryption/default-keys[Google-managed encryption], https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingServerSideEncryption.html[AWS SSE-S3 encryption], or https://learn.microsoft.com/en-us/azure/storage/common/storage-service-encryption[Azure Storage encryption].

== VPC isolation

label:AuraDB-Enterprise[]
Expand Down Expand Up @@ -256,6 +250,12 @@ TLS v1.2:
* `TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (RFC7905)`
* `TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (RFC5288)`

== Encryption

All data stored in Neo4j Aura is encrypted using intra-cluster encryption between the various nodes comprising your instance and encrypted at rest using the underlying cloud provider's encryption mechanism.

By default, each cloud provider encrypts all backup buckets (including the objects stored inside) using either https://cloud.google.com/storage/docs/encryption/default-keys[Google-managed encryption], https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingServerSideEncryption.html[AWS SSE-S3 encryption], or https://learn.microsoft.com/en-us/azure/storage/common/storage-service-encryption[Azure Storage encryption].

== Customer Managed Keys

label:AuraDB-Enterprise[]
Expand Down

0 comments on commit 8c1b1d1

Please sign in to comment.