Skip to content

Commit

Permalink
Grant viewer permission to run validation actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythicaeda committed Oct 12, 2023
1 parent 5204fb5 commit c984739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/hasura/metadata/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ actions:
permissions:
- role: aerie_admin
- role: user
- role: viewer
- name: validateModelArguments
definition:
kind: ""
Expand All @@ -216,6 +217,7 @@ actions:
permissions:
- role: aerie_admin
- role: user
- role: viewer
- name: validatePlan
definition:
kind: ""
Expand All @@ -224,6 +226,7 @@ actions:
permissions:
- role: aerie_admin
- role: user
- role: viewer
custom_types:
enums:
- name: MerlinSimulationStatus
Expand Down

0 comments on commit c984739

Please sign in to comment.