Last active
December 13, 2016 15:13
-
-
Save dstanek/32c8c6fc3c93d06764cf28ce691493cd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Actors: | |
- user of client | |
- horizon | |
- osc | |
- me | |
- client | |
- admin | |
- service | |
Today who knows about URLs or operations? | |
- user of client | |
- horizon - URLs not directly - operations i think yes (that's why it needs a copy of policy right) | |
- osc - neither directly, but has a sort of mapping to operation-like things since is knows 'user create' - that's a sort leap to what we have in policy | |
- me - no idea what URLs are for the operations, but i need to know the operation (and sometimes what that maps to in policy) | |
- client - same as osc, but the mapping is to method names | |
- admin - no URLs, but they need to know names of operations to create policy | |
- service - yes it needs to know both |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment