Duplicate Store and Authz Model creation using OpenFGA APIs #321
chahat-agarwal
started this conversation in
General
Replies: 1 comment 4 replies
-
👋🏻 Hey @chahat-agarwal, the API itself does support creating stores with the same name, this is because the However, for usability purposes, the playground does force uniqueness on a name because it only shows the name in the dropdown so it's difficult to tell stores apart if multiple are created (as you can see by creating multiple stores with the same name via the API 😄 ). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
Noticed something unusual.
When I was creating "Test" store from Playground it says "already exist"(Assume validation is applicable only on Playground). But, when I consume OpenFGA create store API to create "Test" (same Store name) - I was able to do "n" number of times.
Attaching Screenshot for your reference with the timestamp present in the response to track.
The same is also applicable for Authorization Model creation using OpenFGA APIs.
Beta Was this translation helpful? Give feedback.
All reactions