Missing Permissions in DB seed/migration #6603
Labels
bug
something isn't working as intended
database
relating to setup/installation/structure of the Traffic Ops database
Traffic Ops
related to Traffic Ops
This Bug Report affects these Traffic Control components:
Current behavior:
Currently the
DNS-SEC:READ
andDNS-SEC:DELETE
permissions are not seeded in the db. As a result non admin users will never have the permissions to queryGET/DELETE: cdns/name/{name}/dnsseckeys
Expected behavior:
Those permissions should be created and appropriately assigned to the correct existing roles.
Steps to reproduce:
Create a user whose
role
has the followingrole_capabiltity
:CDN:READ, DELIVERY-SERVICE:READ, DELIVERY-SERVICE:UPDATE, CDN:UPDATE
and see that the user is not able to query thednsseckeys
endpoints.The text was updated successfully, but these errors were encountered: