initial release

This commit is contained in:
Bobby DeSimone 2019-01-02 12:13:36 -08:00
commit d56c889224
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
62 changed files with 8229 additions and 0 deletions

12
authorize/README.md Normal file
View file

@ -0,0 +1,12 @@
# Authorize
## What's this package do?
The authorize packages makes a binary determination of access.
Authorization is on trust from:
- Device state (vulnerability scanned?, MDM?, BYOD? Encrypted?)
- User standing (HR status, Groups, etc)
- Context (time, location, role)
Driven by:
- Dynamic "policy as code", fine grained policy
- Machine Learning & anomaly detection based on multiple input sources