Skip to content

Commit c326c47

Browse files
authored
Move the access control from the Cypher manual (#1047) (#1140)
Most of the Access control pages have been moved straightforwardly. The pages that need a review are the following: - modules/ROOT/pages/authentication-authorization/index.adoc --> It contains the content from https://neo4j.com/docs/cypher-manual/current/administration/access-control/, which has been rewritten and merged into https://neo4j.com/docs/operations-manual/current/authentication-authorization/introduction/. - _Manage privileges_ has been renamed to _Manage privileges for RBAC and fine-grained security_ to avoid duplication with the title of the parent section. - https://neo4j.com/docs/cypher-manual/current/administration/access-control/built-in-roles/ is the same; it just starts with the content from https://neo4j.com/docs/operations-manual/current/authentication-authorization/built-in-roles/ - I turned the https://neo4j.com/docs/operations-manual/current/authentication-authorization/terminology/ into a section on the top page, _Authentication and authorization. - https://neo4j.com/docs/operations-manual/current/authentication-authorization/access-control/ has been renamed _Fine-grained access control (example)_ and now lives under _Tutorials and examples_.
1 parent 9445cd0 commit c326c47

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+8272
-224
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,21 @@
161161
** xref:backup-restore/copy-database.adoc[]
162162
163163
* xref:authentication-authorization/index.adoc[]
164-
** xref:authentication-authorization/introduction.adoc[]
164+
** xref:authentication-authorization/manage-users.adoc[]
165+
** xref:authentication-authorization/manage-roles.adoc[]
166+
** Manage privileges
167+
*** xref:authentication-authorization/manage-privileges.adoc[]
168+
*** xref:authentication-authorization/privileges-reads.adoc[]
169+
*** xref:authentication-authorization/privileges-writes.adoc[]
170+
*** xref:authentication-authorization/database-administration.adoc[]
171+
*** xref:authentication-authorization/dbms-administration.adoc[]
172+
*** xref:authentication-authorization/limitations.adoc[]
173+
*** xref:authentication-authorization/privileges-immutable.adoc[]
174+
*** xref:authentication-authorization/manage-execute-permissions.adoc[]
165175
** xref:authentication-authorization/built-in-roles.adoc[]
166-
** xref:authentication-authorization/access-control.adoc[]
167-
** xref:authentication-authorization/ldap-integration.adoc[]
168-
** xref:authentication-authorization/sso-integration.adoc[]
169-
** xref:authentication-authorization/manage-execute-permissions.adoc[]
170-
** xref:authentication-authorization/terminology.adoc[]
176+
** Integration with auth systems
177+
*** xref:authentication-authorization/ldap-integration.adoc[]
178+
*** xref:authentication-authorization/sso-integration.adoc[]
171179
172180
* xref:security/index.adoc[]
173181
** xref:security/securing-extensions.adoc[]
@@ -213,18 +221,18 @@
213221
*** xref:tools/neo4j-admin/validate-config.adoc[]
214222
** xref:tools/cypher-shell.adoc[]
215223
224+
* xref:tutorial/index.adoc[]
225+
//** xref:tutorial/local-causal-cluster.adoc[]
226+
//** xref:tutorial/causal-backup-restore-db.adoc[]
227+
** xref:tutorial/neo4j-admin-import.adoc[]
228+
** xref:tutorial/tutorial-composite-database.adoc[]
229+
** xref:tutorial/access-control.adoc[]
230+
** xref:tutorial/tutorial-sso-configuration.adoc[]
231+
** xref:tutorial/tutorial-immutable-privileges.adoc[]
232+
** xref:tutorial/tutorial-clustering-docker.adoc[]
233+
216234
* Appendix
217235
** xref:reference/procedures.adoc[]
218-
219-
** xref:tutorial/index.adoc[]
220-
//*** xref:tutorial/local-causal-cluster.adoc[]
221-
//*** xref:tutorial/causal-backup-restore-db.adoc[]
222-
*** xref:tutorial/neo4j-admin-import.adoc[]
223-
*** xref:tutorial/tutorial-composite-database.adoc[]
224-
*** xref:tutorial/tutorial-sso-configuration.adoc[]
225-
*** xref:tutorial/tutorial-immutable-privileges.adoc[]
226-
*** xref:tutorial/tutorial-clustering-docker.adoc[]
227-
228236
** xref:routing-decisions.adoc[]
229237
230238
// ** xref:clustering-advanced/index.adoc[]

modules/ROOT/images/privileges_grant_and_deny_syntax.svg

Lines changed: 9 additions & 0 deletions
Loading

modules/ROOT/images/privileges_grant_and_deny_syntax_database_privileges.svg

Lines changed: 99 additions & 0 deletions
Loading

modules/ROOT/images/privileges_grant_and_deny_syntax_dbms_privileges.svg

Lines changed: 9 additions & 0 deletions
Loading

modules/ROOT/images/privileges_hierarchy.svg

Lines changed: 9 additions & 0 deletions
Loading

modules/ROOT/images/privileges_hierarchy_database.svg

Lines changed: 9 additions & 0 deletions
Loading

modules/ROOT/images/privileges_hierarchy_dbms.svg

Lines changed: 10 additions & 0 deletions
Loading

modules/ROOT/images/privileges_on_graph_syntax.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)