Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Permissions in DB seed/migration #6603

Closed
shamrickus opened this issue Mar 2, 2022 · 0 comments · Fixed by #6608
Closed

Missing Permissions in DB seed/migration #6603

shamrickus opened this issue Mar 2, 2022 · 0 comments · Fixed by #6608
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

Comments

@shamrickus
Copy link
Member

This Bug Report affects these Traffic Control components:

  • Traffic Ops

Current behavior:

Currently the DNS-SEC:READ and DNS-SEC:DELETE permissions are not seeded in the db. As a result non admin users will never have the permissions to query GET/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 following role_capabiltity: CDN:READ, DELIVERY-SERVICE:READ, DELIVERY-SERVICE:UPDATE, CDN:UPDATE and see that the user is not able to query the dnsseckeys endpoints.

@shamrickus shamrickus added bug something isn't working as intended Traffic Ops related to Traffic Ops database relating to setup/installation/structure of the Traffic Ops database labels Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant