sso_proxy: fix request signer hash panic (#274)
sso_proxy: fix request signer hash panic (#274) * make copy * new hasher for each request * func * spacing * go fmt
View Articlefillcache pkg: trigger cache update immediately (#271)
fillcache pkg: trigger cache update immediately (#271) * fillcache trigger immediately * move to new function * pull instrumentation into same method * logger * cache tests * add quick test * update...
View Articlefillcache: remove group from cache if it can't be found by the identi…
fillcache: remove group from cache if it can't be found by the identity provider (#282) * fillcache: remove group from cache if it can't be found * *: update dependencies * fillcache: tiny spelling...
View Articleamazon-cognito: initial provider support
amazon-cognito: initial provider support amazon-cognito: init amazon-cognito: setup ok tests wip sign out aws sdk initial commit for group verification feature some extra tests empty string slice, not...
View ArticleMerge pull request #250 from buzzfeed/amazon-cognito-provider
Merge pull request #250 from buzzfeed/amazon-cognito-provider auth: amazon cognito provider
View ArticleMerge pull request #208 from buzzfeed/jusshersmith-metrics-request-re…
Merge pull request #208 from buzzfeed/jusshersmith-metrics-request-rename sso: rename request timing metric
View ArticleProxy path-components with %-escaped characters in tact.
Proxy path-components with %-escaped characters in tact.
View ArticleAdd unit-test for perfect-forwarding of %-encoded URL path-components.
Add unit-test for perfect-forwarding of %-encoded URL path-components.
View ArticleMerge pull request #284 from buzzfeed/no-escape-paths
Merge pull request #284 from buzzfeed/no-escape-paths Proxy path-components with %-escaped characters in tact.
View ArticleMerge pull request #289 from buzzfeed/jusshersmith-temp-group-validat…
Merge pull request #289 from buzzfeed/jusshersmith-temp-group-validation-fix sso_proxy: allow empty slice of groups
View ArticleMerge pull request #283 from buzzfeed/jusshersmith-update-codecov
Merge pull request #283 from buzzfeed/jusshersmith-update-codecov codecov: update to project threshold to explicit %
View Articlesso_auth: make `provider_*_okta_server` optional (#292)
sso_auth: make `provider_*_okta_server` optional (#292) * Optional PROVIDER_*_OKTA_SERVER The quickstart seems to indicate that this is optional * also typo
View Articlesso_*: update to Go 1.14 (#298)
sso_*: update to Go 1.14 (#298) * sso_*: update to go 1.14 * sso_proxy: fix tests
View Article