Skip to main content

Permit.io

Interop results for the Permit.io implementation hosted at https://permit-authzen-interop.up.railway.app.

Note that as of Permit.io PDP >0.9.0, the AuthZEN APIs are provided natively (no need for a proxy).

Test results

yarn test https://permit-authzen-interop.up.railway.app
yarn run v1.22.19
$ node build/runner.js https://permit-authzen-interop.up.railway.app markdown
resultrequest
PASS
{
"subject": {
"type": "user",
"id": "alice"
},
"action": {
"name": "delete"
},
"resource": {
"type": "record"
}
}
PASS
{
"subject": {
"type": "user",
"id": "bob"
},
"action": {
"name": "delete"
},
"resource": {
"type": "record"
}
}
PASS
{
"subject": {
"type": "user",
"id": "carol"
},
"action": {
"name": "delete"
},
"resource": {
"type": "record"
}
}
PASS
{
"subject": {
"type": "user",
"id": "dan"
},
"action": {
"name": "delete"
},
"resource": {
"type": "record"
}
}
PASS
{
"subject": {
"type": "user",
"id": "erin"
},
"action": {
"name": "delete"
},
"resource": {
"type": "record"
}
}
PASS
{
"subject": {
"type": "user",
"id": "felix"
},
"action": {
"name": "delete"
},
"resource": {
"type": "record"
}
}