Skip to content

Commit 5401fe5

Browse files
authored
Insecure_app_proxy (#400)
* use the current client's HttpClient for app_proxy as well
1 parent d43a813 commit 5401fe5

File tree

4 files changed

+1665
-93
lines changed

4 files changed

+1665
-93
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.37.3
1+
0.37.4

pkg/codefresh/codefresh.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ func (c *codefresh) AppProxy(ctx context.Context, runtime string) (AppProxyAPI,
134134
return newClient(&ClientOptions{
135135
Host: *rt.IngressHost,
136136
Auth: AuthOptions{Token: c.token},
137+
Client: c.client,
137138
graphqlPath: "/app-proxy/api/graphql",
138139
}), nil
139140
}

0 commit comments

Comments
 (0)