Closed moltzaum closed 5 years ago
It's not related to tenancy.
The "Priv Level" stuff needs removed, as soon as https://github.com/apache/trafficcontrol/pull/2791 is merged, and Tenancy is permanently enabled. But until then, we should certainly fix this bug.
Logging in with a read-only user and posting a cdn results in the following:
The odd thing is that there is a forbidden error, but the cdn gets created anyway.
A similar issue is mentioned in #3116, which mentions tenancy as the problem. I did not test this with different tenancies for the read-only user (everything was done with the root tenant). Changing the global
use_tenancy
parameter did not seem to change anything though.I doubt this is a tenancy problem, but if it is it might get fixed by #3163.