Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
GoProxy Dependency Revert (#366)
Browse files Browse the repository at this point in the history
- the upstream proxy (https://github.com/elazarl/goproxy) still hasn't merged elazarl/goproxy#281 but i need to cut a release
  • Loading branch information
gambol99 authored May 25, 2018
1 parent 72a3646 commit a2849c0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 23 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ FEATURES:
* Switching to using SHA256 from MD5 for the token hash [#PR350](https://github.com/gambol99/keycloak-proxy/pull/350)

FIXES:
* Fixed up the redirect_uri to the logout [#PR365](https://github.com/gambol99/keycloak-proxy/pull/365)
* Fixed a redirection bug [#PR337](https://github.com/gambol99/keycloak-proxy/pull/337)
* Updated the go-oidc to fix the cache header [issues](https://github.com/gambol99/keycloak-proxy/issues/340)[#PR339](https://github.com/gambol99/keycloak-proxy/pull/339)
* Fixed up the readme indicating we can run without client secret [#PR342](https://github.com/gambol99/keycloak-proxy/pull/342)
Expand Down
44 changes: 23 additions & 21 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import:
- jose
- oauth2
- oidc
- package: github.com/elazarl/goproxy
- package: github.com/go-chi/chi
subpackages:
- middleware
Expand All @@ -28,6 +27,7 @@ import:
- package: golang.org/x/crypto
subpackages:
- acme/autocert
- package: github.com/gambol99/goproxy
testImport:
- package: github.com/go-resty/resty
- package: github.com/stretchr/testify
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import (
httplog "log"

proxyproto "github.com/armon/go-proxyproto"
"github.com/elazarl/goproxy"
"github.com/gambol99/go-oidc/oidc"
"github.com/gambol99/goproxy"
"github.com/pressly/chi"
"github.com/pressly/chi/middleware"
"github.com/prometheus/client_golang/prometheus"
Expand Down

0 comments on commit a2849c0

Please sign in to comment.