Skip to content

Releases: scalecube/scalecube-security

1.0.26

27 Jan 13:41
1524b1d
Compare
Choose a tag to compare

What's Changed

  • Remove logging aud (fails when it's not String) by @segabriel in #93
  • Don't cache key resolutions when cleanup interval is zero by @segabriel in #94

Full Changelog: 1.0.25...1.0.26

1.0.25

09 Sep 10:33
f922de7
Compare
Choose a tag to compare

What's Changed

  • Enhance VaultServiceRolesInstaller (Add serviceRolesSources) by @segabriel in #92

Full Changelog: 1.0.24...1.0.25

1.0.24

25 Aug 22:13
Compare
Choose a tag to compare

What's Changed

  • Updated scalecube-commons and reactor

1.0.23

19 Apr 08:51
Compare
Choose a tag to compare
  • Removed .subscribeOn(Schedulers.boundedElastic()) from vault token suppliers

1.0.22

15 Apr 19:08
Compare
Choose a tag to compare
  • Fixed bug at VaultServiceRolesInstaller (issues with .install() not executing)

1.0.21

15 Apr 17:08
Compare
Choose a tag to compare
  • Fixed bug at vault url construction (VaultServiceRolesInstaller, VaultClientTokenSupplier )

1.0.20

15 Apr 12:50
Compare
Choose a tag to compare
  • Updated reactor to 2020.0.6
  • Made VaultServiceRolesInstaller reactive

1.0.19

09 Apr 21:07
Compare
Choose a tag to compare
  • Updated reactor to 2020.0.5
  • Added new module vault with VaultClientTokenSupplier, VaultServiceRolesInstaller, VaultServiceTokenSupplier

1.0.18

24 Mar 14:23
Compare
Choose a tag to compare

Development

  • fixed absence of default value for JwtTokenResolverImpl.tokenParserFactory field

1.0.17

24 Mar 13:07
Compare
Choose a tag to compare

Development

  • added more advanced configuration approach for JwksKeyProvider and JwtTokenResolverImpl