Skip to content

Commit a35ef7b

Browse files
authored
azure compatibility (#391)
1 parent d2ec827 commit a35ef7b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

modules/ROOT/pages/platform/security/encryption.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ These are created and managed using a supported cloud key management service (KM
2222
Externally, Customer Managed Keys are also known as Customer Managed Encryption Keys (CMEK).
2323

2424
When using a Customer Managed Key, all data at rest is encrypted with the key.
25-
You can only encrypt _new_ Aura v5 instances using Customer Managed Keys.
26-
The feature is not supported for existing instances or v4.x instances.
25+
Customer Managed Keys are supported for v4.x and v5.x instances.
2726

2827
When using Customer Managed Keys, you give Aura permission to encrypt and decrypt using the key, but Aura has no access to the key’s material.
2928
Aura has no control over the availability of your externally managed key in the KMS.

modules/ROOT/partials/import-database.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ If the database you want to upload is running an earlier version of Neo4j, pleas
4242
[CAUTION]
4343
====
4444
The `neo4j-admin push-to-cloud` command in Neo4j 4.4 and earlier is not compatible with instances encrypted with xref:platform/security/encryption.adoc#_customer_managed_keys[Customer Managed Keys].
45-
Use `neo4j-admin database` upload in Neo4j 5 to upload data to instances encrypted with Customer Managed Keys.
45+
Use `neo4j-admin database upload` in Neo4j 5 to upload data to instances encrypted with Customer Managed Keys.
46+
47+
For Neo4j 4.x instances in Azure encrypted with Customer Managed Keys, use Neo4j Data Importer to load data, as `neo4j-admin database upload` is not supported.
48+
See the https://neo4j.com/docs/data-importer/current/introduction[Data Importer documentation] for more information.
4649
====
4750

4851
=== Public traffic

0 commit comments

Comments
 (0)