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
- Host: GitHub
- URL: https://github.com/mimani68/policy-engine
- Owner: mimani68
- Created: 2023-03-22T20:19:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T21:14:02.000Z (about 3 years ago)
- Last Synced: 2024-06-20T23:57:25.156Z (almost 2 years ago)
- Topics: golang, microservice, policy, policy-management
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```