Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Releases: rancher/websocket-proxy

v0.23.12

29 Jan 23:46
Compare
Choose a tag to compare
authTokenValidator interceptor should close http responses after reading

v0.23.11

28 Jan 20:33
Compare
Choose a tag to compare
Account name and kind to interceptor

v0.23.10: If the API interceptors destination is not specified and defaults to …

28 Jan 19:35
Compare
Choose a tag to compare
…Cattle, remove headers added by authTokenValidator

v0.23.9

11 Jan 06:40
Compare
Choose a tag to compare
golang 1.9.3

v0.23.8

11 Jan 00:57
Compare
Choose a tag to compare
set X-Api-Account-Kind in auth interceptor

v0.23.7

26 Jun 20:33
Compare
Choose a tag to compare
Incrementing go version

v0.23.6: Don't set url.Scheme when cleaning path

13 Mar 20:42
Compare
Choose a tag to compare
According to the spec, request.URL represents "is parsed from the URI
supplied on the Request-Line as stored in RequestURI".

Setting the scheme here (and not the host) was causing gorilla/mux
to improperly construct redirect URLs such that they would look
like: `http:///somepath`.

v0.23.5: don't close channel if websocket-conn is dropped

31 Jan 19:07
Compare
Choose a tag to compare
We previously close the channel if the websocket-conn is dropped, but at the same time there
are several go-routines writing to that channel. This will cause panic if we write to a closed channel
So don't close it as it will be garbage collected eventually.

v0.23.4: Fix authTokenValidator filter to authorize requests made using API an…

08 Dec 19:47
Compare
Choose a tag to compare

v0.24.5: Merge pull request #82 from ibuildthecloud/ssl

20 Sep 18:38
Compare
Choose a tag to compare