jedcunningham commented on a change in pull request #14197:
URL: https://github.com/apache/airflow/pull/14197#discussion_r574805171



##########
File path: airflow/security/permissions.py
##########
@@ -24,6 +24,10 @@
 RESOURCE_DAG_PREFIX = "DAG:"
 RESOURCE_DOCS_MENU = "Docs"
 RESOURCE_DOCS_LINK = "Documentation"
+RESOURCE_DOCS_WEBSITE = "Airflow Website"
+RESOURCE_DOCS_REPO = "GitHub Repo"
+RESOURCE_DOCS_API_SWAGGER = "REST API Reference (Swagger UI)"
+RESOURCE_DOCS_API_REDOC = "REST API Reference (Redoc)"

Review comment:
       @kaxil, take another look. Not sure if FABs behavior with a shared 
`name` is intentional or not which could be a risk.
   This also leaves old resources around. Is that something we need to clean up?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to