Skip to content

Commit dddc7df

Browse files
Merge pull request #30148 from everettraven/oidc/use-env-proxy
CNTRLPLANE-945: oidc/keycloak: make keycloak client use environment proxy for HTTP requests
2 parents 180d880 + cf1354f commit dddc7df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/extended/authentication/keycloak_client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func keycloakClientFor(keycloakURL string) (*keycloakClient, error) {
3131
TLSClientConfig: &tls.Config{
3232
InsecureSkipVerify: true,
3333
},
34+
Proxy: http.ProxyFromEnvironment,
3435
}
3536

3637
return &keycloakClient{

0 commit comments

Comments
 (0)