Skip to content

Instantly share code, notes, and snippets.

@dstanek
Last active December 13, 2016 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dstanek/32c8c6fc3c93d06764cf28ce691493cd to your computer and use it in GitHub Desktop.
Save dstanek/32c8c6fc3c93d06764cf28ce691493cd to your computer and use it in GitHub Desktop.
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