-
https://github.com/open-policy-agent/opa
-
A list of potential extensions for LoopBack Next.
**Add a đź‘Ť reaction to any of the comments below if you are interested in seeing these features / extensions**
-
**Is your feature request related to a problem? Please describe.**
We need to define all SQL queries required for fetching / querying relations.
**Describe the solution you'd like**
Discuss S…
-
**Is your feature request related to a problem? Please describe.**
I'm currently trying to give a third party access to my API (authenticated with Kratos, authorization through Keto and Oathkeeper as…
-
Hello!
It looks like something is wrong with the code samples on the [REST API page](https://www.ory.sh/keto/docs/reference/api). For some reason the different languages options show to the left a …
-
**Describe the bug**
Policies and roles list are returning `null` instead of empty list if all elements are filtered out.
This breaks api contract and generates an error in php client (for example…
-
**Describe the bug**
Attempting to go get the project will get you an error:
```bash
[pbabbicola@arch-thinkpad keto]$ go get github.com/ory/keto
# github.com/ory/x/metricsx
../../ory/x/metricsx…
-
While making a GET request to the particular /engines/acp/ory/{flavor}/roles, unable to fecth all the roles from the ory keto. Is there any certain limitation for getting the no of roles, since we ha…
-
Running the quickstart at https://www.ory.sh/docs/next/kratos/quickstart I cannot login.
**Reproducing the bug**
I run the kratos quickstart
```
$ git clone https://github.com/ory/kratos.git
$ …
-
**Describe the bug**
Client sending “X-Space” header in request. So I want to use that header in keto_engine_acp_ory Authorizer for construction of the required_action and required_resource.
But…