An open API service indexing awesome lists of open source software.

https://github.com/mimani68/policy-engine

Powerful restful policy managment
https://github.com/mimani68/policy-engine

golang microservice policy policy-management

Last synced: 12 months ago
JSON representation

Powerful restful policy managment

Awesome Lists containing this project

README

          

# Restful Policy Managment

## Example

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

## Build

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