Releases: grepplabs/kafka-proxy
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Changelog
ac9f4c8 Merge pull request #20 from grepplabs/oauthbearer
d93a8b4 Config proxy initiated oauthbearer auth. Implement unsecured-jwt-provider plugin
5edf5c4 Proxy initiated oauthbearer auth
43640ba Implement unsecured-jwt-info plugin
889a018 Local auth localTokenAuthenticator
7a50ff5 Rename plugin.gateway-client to plugin/token-provider, plugin/gateway-server to plugin/token-info
c405aff Local auth OAUTHBEARER
f3f0b40 Example how to connect from local desktop to Kafka running in Kubernetes
3ead2bc Fix download link
v0.0.8
Changelog
b6e4c84 Release v0.0.8
5337a13 Merge pull request #16 from grepplabs/fix-bootstrap-conflict
b1b483c PR 14 improvements - bugfix for external server mapping conflict with bootstrap server
517fc50 bugfix for external server mapping conflict with bootstrap server
fea222c Support Kafka 2.0 - Metadata Response (Version: 6) , FindCoordinator Response (Version: 2)
5429d0a Travis docker login with --password-stdin
v0.0.7
v0.0.6
v0.0.5
v0.0.4
Changelog
70c1013 Release 0.0.4
8bd106a Docker multistage build
f51a997 Add googleid tests
760bc31 Test connect to Kafka through HTTP Proxy
13e4f8b Add support for connect to Kafka through HTTP Proxy using CONNECT method. Replace socks5-address, socks5-username and socks5-password parameters by forward-proxy parameter
e57694d Add HTTP and SOCKS5 proxy servers as tool command
67118d8 HTTP Proxy dialer
01b09e7 Dialer and Socks5 proxy tests
79c2a10 SOCKS5 Proxy example
9d2cd3c Connect to Kafka through SOCKS5 Proxy
701a917 Add Kafka 1.1.0 SASL to to-do list
31a2d73 Add socks5 proxy support to to-do list
3dd855c New test.race target