-
Version 3.3.21
```
Error parsing `/Calling [toString] on an [Output] is not supported.
To get the value of an Output as an Output consider either:
1: o.apply(v => `prefix${v}suffix`)
2: pul…
-
Thank you for sharing this PoC! It's both fascinating and incredibly useful.
I have a question regarding how Keycloak roles are kept in sync with OpenFGA.
From my understanding, this PoC leverag…
-
I came up with the idea that the combat simulator can export the result to a format suitable for placing in FGA to facilitate the construction of the scripts.
-
We haven't open sourced the [FGA Playground](https://play.fga.dev). We believe it should be part of the OpenFGA project and we'll open source it.
-
## Description
For clients using OAuth2 credentials, the token endpoint is currently hardcoded in all SDKs (with `/oauth/token` value).
Could it be possible to make it configurable? Or even better…
-
When defining the location of the `model_file` in a test yaml file, the expected behaviour is that the path to the `model_file` is relative to the test file where it is referenced but seems to be rela…
-
We want the CLI to be able to read the whole resource instance, relationships, and role assignment from the Permit APIs and display them as a graph with the relationship. Before attempting this issue,…
-
**Is your feature request related to a problem? Please describe.**
Authorization is the process through which an entity is granted permission to access resources or make decisions within a system. …
-
We have an [LSP](https://microsoft.github.io/language-server-protocol/) at https://github.com/openfga/vscode-ext/blob/main/server/package.json
We'd like to publish it so that community members buildi…
-
Currently we support importing a store file using
`fga import store --file=store.fga.yaml`
But this doesn't import the assertions present along with the store.
Importing the assertions can be…