-
Notifications
You must be signed in to change notification settings - Fork 8
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
AAA Security #193
Comments
Look at who does what on the server, access control, adding fields to accommodate. |
Other things to consider:
|
List of proposed user types:
|
APIs that can be used for this purpose by each user:
|
CRUD Operations for: CRUD for user-type resources: admins CRUD for all network resources: admins CRUD for users in their group: super users CRUD for their personal resources: regular users Only VIEW resources: limited users |
CRUD actions allowed for each user - continued - Admins: Create: Users and resources, labels (moderate labels) Super Users: Create: resources Regular Users: Create: (personal) resources Limited Users: Create: no |
Data Structure Ideas for User Access:
|
User Labels Ideas for User Group (Resource Type) Access: resource.group:admin
resource.group:su
resource.group:user
resource.group:limited |
No description provided.
The text was updated successfully, but these errors were encountered: