salmon-musician-99025
06/17/2024, 1:30 PMmagnificent-energy-493
salmon-musician-99025
06/17/2024, 3:06 PM*
path has burst of 400 rpm and sustained 9000rpm. So does it apply to the permission related API calls as well?
2. Regarding debugging, I meant in case a a permission check returns false positive/negative, is there any option to why it returned so? Or do you suggest to use the keto CLI?
3. I am primarily looking for permission service. Could you please share the pricing details for this?
4. https://www.ory.sh/docs/api/eventual-consistency - How dfoes it work woth permissions API? Is it per project wise? Also is there any data sheet showing the diff. of latency between strong and eventual consistency?
5. Regarding generated dataset, I meant from the provided rule, is there any provision offered by keto to auto generate a set of relation tuples covering all the combinations for test purpose?magnificent-energy-493
/relation-tuples/check
which has a separate double rate limit of the general path.
2. Maybe this helps, not sure if I understand the question apologies. If the permission check fails, the API can return a 400 or 403 status code. In the case of a 400 status code, the API returns an errorGeneric
object that includes more information about the error.
3. You can see pricing on https://ory.sh/pricing, Permission Checks is the metric for Ory Permissions. On Growth you have 3.4 M checks included as free credits.
4. I think the consistency control only applies to the Identity List API. I will have to check re permissions. But yes every project is a separate "tenant" basically, with own rate limits etc.
5. not directly, but you can use the Ory CLI or API in a script to generate test data.salmon-musician-99025
06/18/2024, 2:01 PM