Skip to content

Releases: OKDP/okdp-spark-auth-filter

v1.3.1

22 Jan 21:11
Compare
Choose a tag to compare

1.3.1 (2025-01-22)

Bug Fixes

  • ensure java 8 compatibility by switching cache from caffeine to guava. Update for spark 2.4.8 compilation compatibility (378deb9)
  • remove log4j dependencies in PersistedToken class (77fdce9)

v1.3.0

11 Dec 12:16
Compare
Choose a tag to compare

1.3.0 (2024-12-11)

Features

  • retrieve information from a jwt header (2e98420)

Bug Fixes

  • Add log for debugging purpose (808077b)

v1.2.2

01 Jul 08:50
0dd130e
Compare
Choose a tag to compare

1.2.2 (2024-07-01)

Bug Fixes

  • Fix Base64 Encoding/Decoding issue happening on some jdk distributions (bitnami) #24 (fac895c)
  • Fix serving behind reverse proxy #26 (053f0b0)

Miscellaneous Chores

v1.2.1

06 Jun 13:42
83687e7
Compare
Choose a tag to compare

1.2.1 (2024-06-06)

Bug Fixes

  • IDP supported scopes - Turn the exception into a warning message #16 (e18881c)
  • Re-authenticate the user against the IDP in case the offline_access is not supported #16 (c7fc9f4)

Miscellaneous Chores

v1.2.0

11 Apr 10:20
Compare
Choose a tag to compare

1.2.0 (2024-04-11)

Features

  • Add support for Sub claim (default claim is email). Sub or email could be used as id for acls (2d1283d)

v1.1.0

18 Mar 12:28
faca8a0
Compare
Choose a tag to compare

1.1.0 (2024-03-18)

Features

  • Authentication - Add PKCE support for confidential clients (97de4d9)
  • Authentication - Add PKCE support for public clients (ed09307)

v1.0.0

14 Mar 09:23
bb8c9e4
Compare
Choose a tag to compare

1.0.0 (2024-03-14)

Features

  • Authentication - Compress the access token (4KB cookie limit) (fec1d89)
  • Authentication - Encrypt the access token (644224c)
  • Authentication - Store the user access token in a cookie (87567e0)
  • Authorization - Authorize access to spark apps based on user oidc roles/groups claims (3b1836a)

Miscellaneous Chores