Replies: 2 comments 1 reply
-
Hi @vhpoet You can specify an Are you asking because you want to deploy a specific change to your model with blue/green deployment, or because you might want to do that in the future? We are actually looking for examples of users trying this, so if you have a concrete example it would be awesome. Thanks! |
Beta Was this translation helpful? Give feedback.
-
One of the scenarios that we've been discussing is deploying model changes when you make "complex" changes. In that case, you could want to make sure that permission checks are working as expected, and run Is that the deployment model you are thinking of? |
Beta Was this translation helpful? Give feedback.
-
It looks like the Check endpoint is checking a relationship using the latest authorization model. Would it make sense to add
authorization_model_id
as an optional parameter to this endpoint?My use case is a blue green deployment. Say I didn't have a breaking change (no types or relations have been renamed or removed) so I don't need to migrate tuples, but I changed the authorization model and I want my blue deployment to use the old authorization model from the same store and the green deployment to use the latest model.
Beta Was this translation helpful? Give feedback.
All reactions