Will McCutchen
Will McCutchen
We aim to use structured logging throughout sso, but its use for reporting configuration errors that prevent successful startup actually makes the errors much harder to read and diagnose. Here's...
**Is your feature request related to a problem? Please describe.** The public key-based request signing functionality added to sso_proxy in https://github.com/buzzfeed/sso/pull/106 is undocumented. In particular, it's not immediately obvious how...
### TL;DR If an invalid `COOKIE_SECRET` value is given, sso should provide guidance for how to generate a valid one rather than a cryptic error message. Bonus points for providing...
We should add a `--help` CLI flag to both `sso-auth` and `sso-proxy` that outputs documentation about configuration, for anyone exploring or debugging the apps at the command line. At the...
Let's use this as a place to track compatibility with original httpbin: ### Should fix (See sub-issues for compatibility problems that should be fixed!) ### Fixed - [x] https://github.com/mccutchen/go-httpbin/pull/89 -...
As proposed by @x70b1 in https://github.com/mccutchen/go-httpbin/pull/84, updating the Dockerfile to set the `go-httpbin` binary as the `ENTRYPOINT` rather than the `CMD` ```diff - CMD ["/bin/go-httpbin"] + ENTRYPOINT ["/bin/go-httpbin"] ``` would...
http://pythonwheels.com/
What it says on the tin.
Parse the value of the DEBUG environment variable defensively, to guard against breaking processes where the inotify package is imported but the value of DEBUG is not guaranteed to be...