Skip to content

Commit efe5245

Browse files
authored
Change aura-db-enterprise to aura-db-business-critical aura-db-dedicated (#1912) (#1926)
Cherry-picked from #1912
1 parent 339d515 commit efe5245

12 files changed

+14
-15
lines changed

modules/ROOT/pages/authentication-authorization/built-in-roles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[role=enterprise-edition aura-db-enterprise]
21
[[auth-built-in-roles]]
32
= Built-in roles and privileges
43
:description: The default privileges of the built-in roles in Neo4j and how to recreate them if needed.
4+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
55

66
//Check Mark
77
:check-mark: icon:check[]

modules/ROOT/pages/authentication-authorization/database-administration.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: How to use Cypher to manage Neo4j database administrative privileges.
2+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
23

34
////
45
[source, cypher, role=test-setup]
@@ -10,7 +11,7 @@ CREATE USER jake SET PASSWORD 'abcd1234' CHANGE NOT REQUIRED;
1011
----
1112
////
1213

13-
[role=enterprise-edition aura-db-enterprise]
14+
1415
[[access-control-database-administration]]
1516
= Database privileges
1617

modules/ROOT/pages/authentication-authorization/dbms-administration.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:description: How to use Cypher to manage Neo4j DBMS administrative privileges.
2-
2+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
33
////
44
[source, cypher, role=test-setup]
55
----
@@ -60,7 +60,6 @@ CREATE ROLE deniedConfigurationViewer IF NOT EXISTS;
6060
----
6161
////
6262

63-
[role=enterprise-edition aura-db-enterprise]
6463
[[access-control-dbms-administration]]
6564
= DBMS privileges
6665

modules/ROOT/pages/authentication-authorization/limitations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: Known limitations and implications of Neo4js role-based access control security.
2+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
23

34
////
45
[source, cypher, role=test-setup]
@@ -10,7 +11,6 @@ CREATE ROLE unrestricted;
1011
----
1112
////
1213

13-
[role=enterprise-edition aura-db-enterprise]
1414
[[access-control-limitations]]
1515
= Limitations
1616

modules/ROOT/pages/authentication-authorization/load-privileges.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:description: How to use Cypher to manage load privileges.
2-
2+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
33
////
44
[source, cypher, role=test-setup]
55
----
@@ -8,7 +8,6 @@ CREATE ROLE roleLoadCidr
88
----
99
////
1010

11-
[role=enterprise-edition aura-db-enterprise]
1211
[[access-control-load-privileges]]
1312
= Load privileges
1413

modules/ROOT/pages/authentication-authorization/manage-privileges.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:description: This section explains how to use Cypher to manage privileges for Neo4j role-based access control and fine-grained security.
2-
[role=enterprise-edition aura-db-enterprise]
2+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
33
[[access-control-manage-privileges]]
44

55
= Role-based access control

modules/ROOT/pages/authentication-authorization/manage-roles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:description: This section explains how to use Cypher to manage roles in Neo4j.
2+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
23

3-
[role=enterprise-edition aura-db-enterprise]
44
[[access-control-manage-roles]]
55
= Manage roles
66

modules/ROOT/pages/authentication-authorization/privileges-reads.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
:description: How to use Cypher to manage read privileges on graphs.
2-
2+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
33
////
44
[source, cypher, role=test-setup]
55
----
66
CREATE ROLE regularUsers;
77
----
88
////
99

10-
[role=enterprise-edition aura-db-enterprise]
10+
1111
[[access-control-privileges-reads]]
1212
= Read privileges
1313

modules/ROOT/pages/authentication-authorization/privileges-writes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: How to use Cypher to manage write privileges on graphs.
2+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
23

34
////
45
[source, cypher, role=test-setup]
@@ -7,7 +8,6 @@ CREATE ROLE regularUsers;
78
----
89
////
910

10-
[role=enterprise-edition aura-db-enterprise]
1111
[[access-control-privileges-writes]]
1212
= Write privileges
1313

modules/ROOT/pages/authentication-authorization/property-based-access-control.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CREATE ROLE regularUsers;
77
----
88
////
99

10-
:page-role: enterprise-edition aura-db-enterprise new-5.24
10+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated new-5.24
1111
[[property-based-access-control]]
1212
= Property-based access control
1313

modules/ROOT/pages/database-administration/aliases/manage-aliases-standard-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:description: How to use Cypher to manage database aliases in Neo4j.
2-
[role=enterprise-edition aura-db-enterprise]
2+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
33
[[manage-aliases-standard-databases]]
44
= Managing database aliases for standard databases
55

modules/ROOT/pages/database-administration/aliases/naming-aliases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:description: Rules for naming database aliases in Neo4j.
2-
[role=enterprise-edition aura-db-enterprise]
2+
:page-role: enterprise-edition aura-db-business-critical aura-db-dedicated
33
= Naming rules for database aliases
44

55
Database alias names are subject to the standard Cypher restrictions on valid identifiers.

0 commit comments

Comments
 (0)