Skip to content

Releases: TeskaLabs/seacat-auth

v24.06-alpha5

29 Feb 16:21
307b2a9
Compare
Choose a tag to compare
v24.06-alpha5 Pre-release
Pre-release

What's Changed

Full Changelog: v24.06-alpha4...v24.06-alpha5

v23.47-beta2.1

29 Feb 16:22
Compare
Choose a tag to compare

v24.06-alpha4

27 Feb 13:28
ed18f4f
Compare
Choose a tag to compare
v24.06-alpha4 Pre-release
Pre-release

What's Changed

Full Changelog: v24.06-alpha3...v24.06-alpha4

v24.06-alpha3

21 Feb 16:23
2369b5b
Compare
Choose a tag to compare
v24.06-alpha3 Pre-release
Pre-release

What's Changed

Full Changelog: v24.06-alpha2...v24.06-alpha3

v24.06-alpha2

14 Feb 12:20
f054beb
Compare
Choose a tag to compare
v24.06-alpha2 Pre-release
Pre-release

What's Changed

Full Changelog: v24.06-alpha1...v24.06-alpha2

v24.06-alpha1

14 Feb 12:20
e3296d4
Compare
Choose a tag to compare
v24.06-alpha1 Pre-release
Pre-release

What's Changed

Full Changelog: v23.47...v24.06-alpha1

v23.47

09 Feb 16:40
3fa5e7a
Compare
Choose a tag to compare

🗒️ Changelog (since v23.44-beta)

Breaking changes

Kibana and Elastic integration (Batman)

  • Configuration is moved to batman:elasticsearch section with a fallback to the standard elasticsearch section. (#333, #326)
  • It is now required to specify kibana_url in the configuration. (#281)
  • Kibana spaces and Elasticsearch roles are now automatically created and synced with Seacat tenants. (#281)

Public URL configuration

  • Public URL config changed. See #330 for details and configuration guide.

Other

  • Remove access token from websocket protocol header during introspection (#324, v23.47-alpha2)

Fix

  • Impersonation error handling (#339, v23.47-alpha7)
  • Initialize batman service regardless of configuration (#337, v23.47-alpha7)
  • Well-known endpoints in the private container are available without auth (#335, v23.47-alpha6)
  • Check suspended credentials before login and password reset (#334, v23.47-alpha6)
  • Fixed Batman Kibana component initialization (#333, v23.47-alpha5)

Features

  • Access token Batman introspection (#333, v23.47-alpha5)
  • Replace audit service with audit logger (#329, v23.47-alpha5)
  • Hash password reset codes in the database (#329, v23.47-alpha5)
  • Batman configuration for Kibana can be also loaded from the [elasticsearch] section (#326, v23.47-alpha4)
  • Public URL config now requires only one option in canonical deployments (#328, #330, v23.47-alpha4)
  • Kibana spaces and roles are now synchronized with Seacat tenants (#281, v23.47-alpha)

Refactoring

  • Modular login session (#336, v23.47-alpha7)
  • Multiple ElasticSearch node URLs are supported (#326, v23.47-alpha4)
  • Separate login factors in session object (#325, v23.47-alpha3)

v23.47-beta2

23 Jan 12:29
3fa5e7a
Compare
Choose a tag to compare

What's Changed

  • Check suspended credentials before login and password reset by @byewokko in #334
  • Well-known endpoints in the private container are available without auth by @byewokko in #335
  • Initialize batman service regardless of configuration by @byewokko in #337
  • Documentation restructure and UI guide by @avglassman in #338
  • Modular login session by @byewokko in #336
  • Fix impersonation error handling by @byewokko in #339

New Contributors

Full Changelog: v23.47-beta...v23.47-beta2

v23.47-alpha6

11 Jan 21:47
96618c7
Compare
Choose a tag to compare
v23.47-alpha6 Pre-release
Pre-release

What's Changed

  • Check suspended credentials before login and password reset by @byewokko in #334
  • Well-known endpoints in the private container are available without auth by @byewokko in #335
  • Initialize batman service regardless of configuration by @byewokko in #337

Full Changelog: v23.47-alpha5...v23.47-alpha6

v23.47-beta

03 Jan 15:24
f8a4d4c
Compare
Choose a tag to compare

🚨 Breaking changes

Kibana and Elastic integration (Batman)

  • Configuration is moved to batman:elasticsearch section with a fallback to the standard elasticsearch section. (#333, #326)
  • It is now required to specify kibana_url in the configuration. (#281)
  • Kibana spaces and Elasticsearch roles are now automatically created and synced with Seacat tenants. (#281)

Public URL configuration

  • Public URL config changed. See #330 for details and configuration guide.

🗒️ Changelog

Fix

  • Fixed Batman Kibana component initialization (#333, v23.47-alpha5)

Features

  • Access token Batman introspection (#333, v23.47-alpha5)
  • Replace audit service with audit logger (#329, v23.47-alpha5)
  • Hash password reset codes in the database (#329, v23.47-alpha5)
  • Batman configuration for Kibana can be also loaded from the [elasticsearch] section (#326, v23.47-alpha4)
  • Public URL config now requires only one option in canonical deployments (#328, #330, v23.47-alpha4)
  • Kibana spaces and roles are now synchronized with Seacat tenants (#281, v23.47-alpha)

Refactoring

  • Multiple ElasticSearch node URLs are supported (#326, v23.47-alpha4)
  • Separate login factors in session object (#325, v23.47-alpha3)