ocket8888 commented on code in PR #6802:
URL: https://github.com/apache/trafficcontrol/pull/6802#discussion_r878543533
##########
traffic_ops/app/db/create_tables.sql:
##########
@@ -143,6 +143,42 @@ LANGUAGE plpgsql;
Review Comment:
On a related note, the `/deliveryservices/{{ID}}/safe` endpoint requires an
"Unauthenticated" privilige level. Removal of the ability by default to perform
a non-read-only action from a Role named "read-only" which is meant to only
perform read-only actions is intentional, and was reflected in `seeds.sql`
prior to this PR, despite that users from an existing installation with the
Role by the same name has the ability to do so by virtue of their "Privilege
Level".
--
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]