karantin2020 / speedle

Speedle is an open source project for access control.

Home Page:https://speedle.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wercker status

中文版

Speedle

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.

Documentation

Latest documentations are available at https://speedle.io/docs.

Get Started

See Getting Started at https://speedle.io/quick-start/.

Build

Prerequisites

Step

$ go get github.com/oracle/speedle/cmd/...
$ ls $GOPATH/bin
spctl  speedle-ads  speedle-pms

Test

$ cd $GOPATH/src/github.com/oracle/speedle
$ make test

Get Help

Get Involved

About

Speedle is an open source project for access control.

https://speedle.io

License:Universal Permissive License v1.0


Languages

Language:Go 98.4%Language:Shell 1.1%Language:Makefile 0.2%Language:Smarty 0.2%Language:Dockerfile 0.1%