Skip to content

mimani68/policy-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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