Open manjeshpv opened 1 year ago
got some idea from https://www.permit.io/blog/no-code-permissions-with-kong-and-permitio
For example, using the default translation table, consider the following request:
POST /v2/repository
Authorization: Bearer [bearer token for annie@example.com]
This will be translated into:
Can annie@example.com do post on repository?
when i hit kong api via postman
i noticed, kong hit permit.io sidecar with below body