Replies: 1 comment
-
@mbecker we are are finally starting to work on this. How did you manage to address these issues? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've been playing around with OpenFGA and I've noticed the following for a possible CI process:
I've some challenges to think for a reliable CI process to create the same store with the same auth models from a plan, to a test and finally to a productive system.
I do not understand the motivation that OpenFGA may have multiple stores with the same name. That means for me to track the store's IDs, it's names and it's description/purpose in a different system. For example using a new or updated auth from test to prod would mean that I have different IDs (what may Ok) and no consistent process to get / create /update a store by it's name (because it's not unique).
Additionally, I'm facing problems with the auth models, it's versioning ID and not having a unique name (and maybe a version tag). So, every update of an auth model means a new ID which I have to track again and maybe update my services. Plus, listing all auth models by the API returns all models but no name, no version, and so on. I do have to check manually the JSON syntax to understand which auth models I should use.
So, basically I would like to understand the motivation of my challenges
Hope to get some insight from other guys using OpenFGA in prod. Thanks and cheers!
Beta Was this translation helpful? Give feedback.
All reactions