You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We require finer-grained permissions and this makes our remote_schema.yml file quite large with the number of permissions definitions per role.
We noticed that when creating the remote_schema.yml file from the UI, if the list of permissions becomes too long the permission definition section is formatted as a string and not in the proper YAML format.
This leads to problems when trying to use hasura metadata apply, so we have to manually re-format and tophat the yaml file before applying.
We require finer-grained permissions and this makes our
remote_schema.yml
file quite large with the number of permissions definitions per role.We noticed that when creating the
remote_schema.yml
file from the UI, if the list of permissions becomes too long the permissiondefinition
section is formatted as a string and not in the proper YAML format.This leads to problems when trying to use
hasura metadata apply
, so we have to manually re-format and tophat the yaml file before applying.If this fix is accepted, I would love to write the code for it :).
The text was updated successfully, but these errors were encountered: