-
Currently, the (README file)[https://github.com/openfga/python-sdk/blob/main/README.md] is incorrect in several places where api_instance is used instead of fga_client.
The sample code for
- [ ] …
-
The READMEs' read relationship tuples example uses the same code block for different read API configuration (i.e., find if a relationship tuple stating that a certain user is a viewer of certain docum…
-
After the users login, the client sends a GetUserPermissions request to the backend api service, this request is sent to the openfga service as a listobjects query after it is processed on the backend…
-
## Bug/issue
After upgrading from `v0.2.2` to `v0.2.3` we've noticed some weird behaver, an increased amount of calls against OpenFGA have become slow (over 800ms, our client times out after that).…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 4.0.20
ORIGIN: https://github.com/Homebrew/brew
HEAD: 8917acac9560f8e2846eedc4181470f0345f6db8
Last …
-
Hello, what exactly means that error ->
OpenFGA version v0.3.2
**POSTGRES LOG**
```
2023-01-19 10:59:22.563 UTC [4713] FATAL: sorry, too many clients already
2023-01-19 10:59:22.565 UTC [47…
-
Hey,
I'm using open fga using docker (I'm using the latest version - 0.2.0). The docker works fine, but after some time - sending a request to openfga (using SDK) returns a 500 error with the follo…
-
I'm using the plugin to deploy to my cluster and I'm getting this error below:
`Error: Kubernetes cluster unreachable: the server has asked for the client to provide credentials`
The kuibe confi…
-
With ListObjects method, gets the list of all the objects of a particular type that a specific user has a specific relationship with.
With ReadTuple method, get the relationship tuples that are sto…
-
I would like to describe our setup of OpenFGA with PostgreSQL. We deployed OpenFGA into Azure AKS, the PostgreSQL is separated service managed by Azure, so we did not deploy it in the same pod with Op…