Skip to content

Commit

Permalink
Add note regarding ns perms
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-pampattiwar committed Oct 7, 2024
1 parent 815de7f commit 8f902f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/design/Non_Admin_Controller_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ This design intends to enable non-admin users the ability to perform Backup and
- Create their own BSLs
- View the status of the BSLs created by them
- Delete the BSLs created by them
- Use their own BSLs for Backup/Restore Operations

## Installation
- The Non-Admin Controller (NAC) will be installed via OADP Operator.
Expand Down Expand Up @@ -88,6 +89,7 @@ This design intends to enable non-admin users the ability to perform Backup and
- get

```
**Note:** If users have admin level access/rights to particular namespace then we do not need to specify the privileges listed above.
- **Existence of Namespace:** The existence of namespace prior to performing non-admin backup/restore operations is a must.(for backup it will obviously exist but for restore it is an explicit hard precondition)
## High-Level design

Expand Down

0 comments on commit 8f902f2

Please sign in to comment.