You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This Bug Report affects these Traffic Control components:
Traffic Ops
Current behavior:
When the client creates or updates a Role, they may omit the permissions property, or explicitly set it to null. This is implicitly the same as an empty collection, as further GET requests will reveal. However, in those cases, the immediate response to the PUT or POST request in question will show permissions as null.
Expected behavior:
Representations should be consistent, an empty collection is properly represented as an empty collection, not null.
Steps to reproduce:
Create or Update a Role, omitting the permissions property thereof in the request payload.