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

https://github.com/liemle3893/oap-example

Open Policy Agent example
https://github.com/liemle3893/oap-example

Last synced: 3 months ago
JSON representation

Open Policy Agent example

Awesome Lists containing this project

README

        

Call OPA API:

```shell
$ curl -s -XPOST -H 'Content-type: application/json' -d '{"input":{"user":"liemlhd","action":"read","object":"id123","type":"dog"}}' http://127.0.0.1:8181/v1/data/app/rbac
```