Skip to content

Commit

Permalink
Add proxy support for keycoak
Browse files Browse the repository at this point in the history
  • Loading branch information
ediezh committed Jul 7, 2017
1 parent 26ecb48 commit 0743446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keycloak.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func NewKeyCloakClient(skipVerify bool) (*KeyCloakClient, error) {

tr := &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: skipVerify},
Proxy: http.ProxyFromEnvironment,
}

options := &cookiejar.Options{
Expand Down

0 comments on commit 0743446

Please sign in to comment.