Skip to content

Instantly share code, notes, and snippets.

@stick
Created April 8, 2011 20:20
Show Gist options
  • Save stick/910626 to your computer and use it in GitHub Desktop.
Save stick/910626 to your computer and use it in GitHub Desktop.
role based access design notes for password management
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