Skip to content

Change user priv #1407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions bin/builddata/htaccess-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,14 @@ redirect-path: '/release-notes/2.6-upgrade'
url-base: '/release-notes'
type: 'redirect'
code: 303
outputs:
- 'manual'
- 'before-v2.4'
---
redirect-path: '/tutorial/change-user-privileges'
url-base: '/reference/user-privileges'
type: 'redirect'
code: 303
outputs:
- 'manual'
- 'before-v2.4'
Expand Down
4 changes: 4 additions & 0 deletions source/includes/toc-security-tutorials-access-control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ file: /tutorial/define-roles
description: |
Create custom role.
---
file: /tutorial/change-user-privileges
description: |
Modify the actions available to a user on specific database resources.
---
file: /tutorial/view-roles
description: |
View a role's privileges.
Expand Down
2 changes: 2 additions & 0 deletions source/includes/toc-spec-security-tutorials-landing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ files:
level: 2
- file: /tutorial/define-roles
level: 2
- file: /tutorial/change-user-privilege
level: 2
- file: /tutorial/view-roles
level: 2
- file: /tutorial/control-access-to-mongodb-with-kerberos-authentication
Expand Down
1 change: 1 addition & 0 deletions source/tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Security
- :doc:`/tutorial/add-user-administrator`
- :doc:`/tutorial/add-user-to-database`
- :doc:`/tutorial/define-roles`
- :doc:`/tutorial/change-user-privileges`
- :doc:`/tutorial/view-roles`
- :doc:`/tutorial/generate-key-file`
- :doc:`/tutorial/control-access-to-mongodb-with-kerberos-authentication`
Expand Down