Unable to run OpenFGA Playground on k8s pod using helm chart #200
-
Hi @team, I am using openfga helm chart and deploying on my own k8s cluster but i am getting error play.fga.dev refused to connect. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
hi @team, anyone can check this pls |
Beta Was this translation helpful? Give feedback.
-
Hi @shubhamsaininnl - Playground will refuse to load at any url that is not localhost:3000 at the moment. We enforce that in the CSP. We have plans for a new version of the Playground that can be self hosted but that is still low priority for us at the moment. What I would recommend is using our VS Code extension + the CLI to manage your model. The VS Code extension currently lacks the validations of the Playground, but we're working on that. |
Beta Was this translation helpful? Give feedback.
-
@rhamzeh can you share a plan or timeline on releasing the self-hosted playground? |
Beta Was this translation helpful? Give feedback.
-
We don't have a timeline yet. It implies rewriting the playground code and making it open source, and it's not a small effort. Did you try the VS Code + CLI workflow? The VS Code implementation now has the same validations as the Playground, and the CLI workflow to test your model is pretty good. What do you find lacking? |
Beta Was this translation helpful? Give feedback.
Hi @shubhamsaininnl - Playground will refuse to load at any url that is not localhost:3000 at the moment. We enforce that in the CSP. We have plans for a new version of the Playground that can be self hosted but that is still low priority for us at the moment.
What I would recommend is using our VS Code extension + the CLI to manage your model.
The VS Code extension currently lacks the validations of the Playground, but we're working on that.