ocket8888
ocket8888
I wouldn't think TP should have to know about those defaults. TO should a) never reliably reproduce an internal server error for any given input under normal conditions and b)...
The standard header for containing that kind of information is [`Forwarded`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded) - described in [RFC7239 Section 4](https://www.rfc-editor.org/rfc/rfc7239#section-4) - and should probably be used instead of, or at least in addition...
> This Dockerfile is no longer used Removing those has been brought up before, the conclusion was that they needed to be left on the grounds that some people -...
Is > Traffic Ops `db/admin` tool depends on passwordless DB connection as root user strictly true, or is it the case that `db/admin` depends on the calling user to be...
If the title is strictly true, then the tool doesn't depend on passwordless DB connections when not run as the root user
I do not. If it's true that db/admin requires you to run it as the root user, that's also an issue IMO.
idk the way I see it there are two issues * `admin` should not depend on passwordless authentication for its database connections * `admin` should not require that it be...
The number of issues isn't important to me, just want to be sure both are fixed.
I don't agree that we should knowingly use invalid data in any environment, except in a test to ensure such data is rejected by the API.
If `twelve12` would be rejected by the API then it shouldn't be in use either. It does, at least, meet the requirements in TP(v1), but really we should have a...