GithubHelp home page GithubHelp logo

Authorization Model not found about openfga HOT 5 CLOSED

vfarcic avatar vfarcic commented on June 12, 2024
Authorization Model not found

from openfga.

Comments (5)

vfarcic avatar vfarcic commented on June 12, 2024 1

That's it. Thanks a ton.

from openfga.

rhamzeh avatar rhamzeh commented on June 12, 2024

Thanks @vfarcic, we'll taking a look!

from openfga.

adriantam avatar adriantam commented on June 12, 2024

Thanks for reporting @vfarcic, can you provide us with the following info?

  1. Can you run the following command to help us isolate whether the CLI can find any authorization model ID?
fga model list --store-id=$FGA_STORE_ID 
  1. Can you provide us with the version of openfga? 0.2.6 seems to refer to the version of CLI. It will be good to have the version of openfga itself. We will expect the version to be 1.x.x.

from openfga.

vfarcic avatar vfarcic commented on June 12, 2024
fga model list --store-id=$FGA_STORE_ID
{
  "authorization_models": [
    {
      "id":"01HREZ3T0XGGGBMSW8S5HJP90A",
      "created_at":"2024-03-08T12:02:56Z"
    }
  ]
}

The image I'm using is openfga/openfga:v1.5.0.

OpenFGA is deployed as a Helm chart with default values except for Ingress.

cat values.yaml
ingress:
  enabled: true
  className: traefik
  hosts:
    - host: openfga.35.229.65.41.nip.io
      paths:
        - path: /
          pathType: ImplementationSpecific

from openfga.

jpadilla avatar jpadilla commented on June 12, 2024

@vfarcic i think what's happening here is that by default our helm chart uses 3 replicas, which doesn't really translate when using the in memory datastore. Specify replicaCount: 1 in your values.yaml and try again.

from openfga.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.