Semprini / pyMDG

UML Model Driven Generation of schema, code, data and documentation.
Other
21 stars 10 forks source link

Add ABAC to Hasura template based on attribute sensitivity. #65

Closed Semprini closed 6 months ago

Semprini commented 8 months ago

On each "table":

        "select_permissions": [
          {
            "role": "foo",
            "permission": {
              "columns": [
                "customer_id",
                "street_name"
              ],
            },
            "comment": "A comment"
          }
        ]