Skip to content

Releases: grepplabs/kafka-proxy

v0.3.6

30 Mar 20:13
2431b71
Compare
Choose a tag to compare

Changelog

v0.3.5

23 Mar 21:25
4689a38
Compare
Choose a tag to compare

Changelog

  • 4689a38 Config envs PROXY_LISTENER_KEY_PASSWORD, TLS_CLIENT_KEY_PASSWORD, SASL_PASSWORD and GSSAPI_PASSWORD

v0.3.4

23 Mar 16:03
051075f
Compare
Choose a tag to compare

Changelog

  • 051075f Push the image in GH action

v0.3.3

29 Oct 09:24
8147c29
Compare
Choose a tag to compare

Changelog

  • 8147c29 Merge pull request #117 from grepplabs/improve-gssapi-auth
  • deec757 Update golang to 1.19
  • 9ef8b19 Improve gssapi auth
  • 802ef5d Apply Klarrio:vulns from #116 PR
  • ba0d520 Merge pull request #115 from 7hong/GSSAPI-authorization-support
  • b74c8f0 support GSSAPI authentication

v0.3.2

02 Oct 08:10
e7ac619
Compare
Choose a tag to compare

Changelog

  • e7ac619 Update image
  • e552184 Proxy 0.3.1 is compatible with Kafka 3.2.1

v0.3.1

07 Feb 22:05
77eeaea
Compare
Choose a tag to compare

Changelog

v0.3.0

21 Aug 15:00
Compare
Choose a tag to compare

Changelog

4f3b89f TLS v1.3, empty values (default settings) of proxy-listener-cipher-suites and proxy-listener-curve-preferences config parameters will configure default golang TLS CipherSuites and CurvePreferences instead of preconfigured ones. Naming of provided proxy-listener-cipher-suites names was changed e.g. from ECDHE-ECDSA-AES256-GCM-SHA384 to TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384.
3161c06 Add doc table with supported Kafka versions

v0.2.9

11 Jul 13:52
Compare
Choose a tag to compare

Changelog

5c0fd2f Kafka 2.8.0 support
afed55e Merge pull request #81 from Klarrio/add-TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
e8adfc7 Add TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 cipher as a minimum to enable access from Databrics clusters.
980e27c Merge pull request #80 from SmithJohnTaylor/patch-1
5ac42d6 Update README.md
4dfed54 Merge pull request #77 from radekg/multiple-client-certs-fixes
a147ea7 Don't switch on errors. Fix flag default: empty list instead of single empty string. Unquote single quoted arguments.
d09f219 golang 1.15
fc3fd8f Merge pull request #76 from p53/export-schema-fields
b7212f7 Merge pull request #74 from Klarrio/multiple-client-cert-validation-subjects
c6fdb52 Export schema fields to be usable outside of protocol package
d2de59c testCertValuesSlicesRegexpSubject use the same error as in testCertValuesSlicesStringSubject
0ff634d testCertValuesSlicesStringSubject use field value instead of hard coded one
9f5ba37 Sort expected values at the parse time
5065196 Reuse previously compiled regexp for pattern subject
8d0c7df Remove unnecessary boolean condition in tlsClientCertVerificationFunc
82d4f4b Improve parser
a8d5e7c remove parsedsubject.validate, improve errors, tests
ed58731 Change term header to prefix
3235cad Implement multiple client certificatevalidation subjects.
1cd3d28 Merge pull request #72 from p53/oidc-password-grant
6a400c5 Add password grant for oidc provider

v0.2.8

12 Oct 12:21
Compare
Choose a tag to compare

Changelog

38062e1 Release 0.2.8
d1f92e4 LDAP plugin: rename flag ldap-cacert to ldap-ca-cert-file, new flag ldap-insecure-skip-verify
04f8a27 Merge branch 'master' of https://github.com/db3f/kafka-proxy into db3f-master
d33de9b Added flag for LDAP searches not requiring to bind with a user; Added a flag for providing a certificate to check the LDAP server's identity
207b558 Merge remote-tracking branch 'upstream/master' into master
3766e8e Remooved unused function
7a009ad t push origin masterMerge branch 'grepplabs-master' Sync to amster repo
777afab Sync to master repo
47982a9 Changed auth-ldap plugin to optionally retrieve the user dn from LDAP instead of constructing it locally

v0.2.7

06 Oct 20:35
Compare
Choose a tag to compare

Changelog

1bf975d Release 0.2.7
4c7dd35 Build additional image with all plugins
14a5936 Fix int32 and int64 array length decoders
7befa1f Merge pull request #67 from p53/fix-get-string-array
3beb68d Fix getStringArray, in that method, when length was -1 it was returning length of 4.10e9