Skip to content

Releases: RADAR-base/RADAR-Gateway

RADAR Gateway version 0.1.3

07 Feb 07:55
db51cb8
Compare
Choose a tag to compare

Changes since version 0.1.2:

  • Check OAuth token scopes and permissions (fixes #11)
  • Set the correct project ID if not already set (fixes #12). This meant rewriting the Avro validator to add the project ID while validating the request.
  • Use latest MP auth code
  • Converted all code to Kotlin

RADAR Gateway 0.1.2

29 Nov 11:51
76886eb
Compare
Choose a tag to compare

RADAR Gateway version 0.1.2

Changes since 0.1.1:

  • Fixed docker build
  • Use 403 Forbidden status code for mismatch between data and authentication, instead of 422 Unprocessable Entity.

RADAR Gateway version 0.1.1

07 Nov 09:25
6223baa
Compare
Choose a tag to compare

Hotfix release to fix docker web.xml path.

RADAR Gateway version 0.1

06 Nov 15:54
57f04d9
Compare
Choose a tag to compare

RADAR Gateway version 0.1

Filters requests to the Kafka REST Proxy

  • decompresses GZIPped requests
  • checks existence of kafka topic names
  • checks JWT of ManagementPortal
  • validates Avro message contents