Speedle is a general purpose authorization engine. It allows users to construct their policy model with user-friendly policy definition language and get authorization decision in milliseconds based on the policies. Speedle is very user-friendly, efficient, and extremely scalable.
Speedle open source project consits of a policy definition language, policy management module, authorization runtime module, commandline tool, and integration samples with popular systems.
Latest documentations are available at https://speedle.io/docs.
See Getting Started at https://speedle.io/quick-start/.
- GO 1.10.1 or greater https://golang.org/doc/install
- Set
GOROOT
andGOPATH
properly
$ go get github.com/oracle/speedle/cmd/...
$ ls $GOPATH/bin
spctl speedle-ads speedle-pms
$ cd $GOPATH/src/github.com/oracle/speedle
$ make test
- Join us on Slack: #speedle-users
- Mailing List: speedle-users@googlegroups.com
- Learn how to contribute
- See issues for issues you can help with