Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Built In Policy Conditions #15

Open
ritch opened this issue Dec 11, 2014 · 1 comment
Open

Built In Policy Conditions #15

ritch opened this issue Dec 11, 2014 · 1 comment
Labels

Comments

@ritch
Copy link

ritch commented Dec 11, 2014

  • accessToken - the oauth token (if ouath in use)
  • headers - the request headers
  • apiKey - the api key
  • appId - the app identifier
  • url - the full url of the request
  • file - a filename if detected in the url
  • resource - the resource (file, model, etc)
  • domain - eg. foo.com
  • subDomain - eg bar in bar.foo.com
  • date - the date + time (eg. new Date())
  • timeOfDay - the time of day
  • dayOfWeek - the day of the week
  • requestRateLimit - the remaining requests per a given interval
  • protocol - eg. http / https
  • ip - the remote address

See doc for more details: https://docs.google.com/a/strongloop.com/document/d/1qmxNCiIatRTiE3h8Jbr20SYziK9QDqF0YQ7Up6m5nOw

@ritch ritch self-assigned this Dec 11, 2014
@ritch ritch added the #fib-5 label Dec 11, 2014
@ritch ritch added this to the #Epic: Gateway V1 milestone Dec 17, 2014
@chandadharap
Copy link

Dependent on Raymond's work on the rules engine based policy framework. back to backlog for now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants