Pierce Lopez

Results 269 comments of Pierce Lopez

see also #35 (this will probably be fixed there, eventually)

@mbland and I do not have permissions to merge in this repo, sorry

re: `dep ensure`: see #574 and #595 - the inotify situation is confusing. your local dep may have cached the inotify import _metadata_ which enables it to continue working. On...

It looks like the permitted email address must be the _primary_ email address for the github account. https://github.com/bitly/oauth2_proxy/blob/master/providers/github.go#L230

No, this is just due to the interface oauth2_proxy requires of the various "providers" (in this codebase). It could theoretically be expanded.

This is a long-standing issue unfortunately: #506 (I think the cause is `httputil.NewSingleHostReverseProxy()`)

The actual problem here is that nginx was not told to url-encode `$request_uri` to be a query param value. Searching around, it looks like there really isn't a good way...

Check in your browser's web debugging tools to see what cookies it has for domain.com / sub.domain.com and what cookies it is sending in the requests. It's possible that a...

https://github.com/bitly/oauth2_proxy/issues/628#issuecomment-417121636

squashed in two little cleanup commits