Open
Description
cAdvisors authentication is not implemented correctly, and in it's current state is worse than no auth (can give a false sense of security). The obvious problem is that only some of the endpoints are actually authenticated, but the same information can be accessed from an unauthenticated endpoint. There are also issues with error handling, and possible non-enforcement issues (#1554).
I think we should just remove auth entirely for now. Users who require auth can set it up using an nginx proxy.