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:
If a PUT or POST request to /acme_accounts omits privateKey or makes it null or a blank string, the API will report in an error-level alert: "validating: 'private_key' cannot be blank"
Expected behavior:
The API should respond with the actual name of the missing, required field, which in this case is privateKey (not private_key).