ashb commented on a change in pull request #21342:
URL: https://github.com/apache/airflow/pull/21342#discussion_r801425549
##########
File path: airflow/www/views.py
##########
@@ -3867,13 +3870,15 @@ class VariableModelView(AirflowModelView):
'add': 'create',
'list': 'read',
'edit': 'edit',
+ 'show': 'show',
Review comment:
```suggestion
'show': 'read',
```
List and get should be mapped to the same permission.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]