nhost / hasura-auth

Authentication for Hasura.
https://nhost.io
MIT License
376 stars 111 forks source link

Auth_refresh_token permissions for new role are deleted at nhost up #406

Closed juicygoose closed 1 year ago

juicygoose commented 1 year ago

Hi,

I have created a new role called readOnlyClient and given the following permissions to this role:

select_permissions:
  - role: readOnlyClient
    permission:
      columns:
        - id
        - metadata
        - user_id
      filter: {}

in the file auth_refresh_tokens.yaml

Every time I boot my application, the permission is erased and I have the following git diff : image

Would it be possible to have a look as it is impacting some of the features used in my application ?

Many thanks in advance, Alex