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

TO/TP should allow for a configuration such that admins do not have to submit DSRs #2174

Closed
mtorluemke opened this issue Apr 25, 2018 · 3 comments · Fixed by #2271
Closed
Labels
new feature A new feature, capability or behavior Traffic Portal v1 related to Traffic Portal version 1

Comments

@mtorluemke
Copy link
Contributor

Maybe this is already covered by the ongoing roles & responsibilities effort?

@mitchell852 mitchell852 added the Traffic Portal v1 related to Traffic Portal version 1 label Apr 25, 2018
@mitchell852
Copy link
Member

mitchell852 commented Apr 25, 2018

We could do this a couple of ways:

  1. If user.role=admin, then skip DSR
  2. if user.capabilities has deliveryservice-write, then skip DSR

No. 2 requires roles/capabilities to be done which is probably a few weeks off still.

No. 1 can be done for the short-term pretty easily but when roles/capbilities are done, it will have to be switched to No. 2.

@trevorhays
Copy link
Contributor

Can we follow the same DS request flow but if the user=admin then automatically fulfill the DS requests? That way we don't have different workflows to maintain depending on the user's role.

@mitchell852
Copy link
Member

Implemented as such:

If DSR is enabled and user.role=admin, then DSR is created/closed in the background.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature, capability or behavior Traffic Portal v1 related to Traffic Portal version 1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants