Created
April 8, 2011 20:20
-
-
Save stick/910626 to your computer and use it in GitHub Desktop.
role based access design notes for password management
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Roles | |
------ | |
admin | |
Tasks | |
------ | |
Password Entries | |
- create entry | |
- edit entry | |
- delete entry | |
- view entry insecure (no access to password) | |
- view entry secure (see password) | |
Users | |
- create user | |
- edit user attributes (self) | |
- edit user attributes (others) | |
- delete user | |
Groups | |
- edit group membership | |
- add member | |
- delete member | |
- create group | |
- delete group |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment