zrhoffman commented on a change in pull request #4464: Rework
riak/bucket/:bucket/key/:key/value
URL: https://github.com/apache/trafficcontrol/pull/4464#discussion_r387820090
##########
File path: traffic_ops/app/db/seeds.sql
##########
@@ -732,6 +732,7 @@ insert into api_capability (http_method, route,
capability) values ('POST', 'del
insert into api_capability (http_method, route, capability) values ('DELETE',
'deliveryservice_user/*/*', 'users-write') ON CONFLICT (http_method, route,
capability) DO NOTHING;
-- vault
insert into api_capability (http_method, route, capability) values ('GET',
'vault/ping', 'vault') ON CONFLICT (http_method, route, capability) DO NOTHING;
+insert into api_capability (http_method, route, capability) values ('GET',
'vault/bucket/*/key/*/value', 'vault') ON CONFLICT (http_method, route,
capability) DO NOTHING;
Review comment:
Should be values, not value
----------------------------------------------------------------
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]
With regards,
Apache Git Services