Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 208 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 208 Bytes

Restful Policy Managment

Example

curlp http://localhost:3000/validate --data '{"realm":"org.risk.support", "name":"ali"}'

Build

go build -o policy main.go
chmod +x policy