Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Releases: Nike-Inc/cerberus-java-client

v5.3.1

07 Jun 18:22
6f2d18c
Compare
Choose a tag to compare

Only log credential provider failures if all providers in the chain fail.

The previous logging frequently caused confusion for users.

v5.3.0

21 May 17:22
225e358
Compare
Choose a tag to compare

Adds retries on read secret and authentication calls if a 500 level error is returned from Cerberus

v5.2.0

17 May 17:06
bb02d72
Compare
Choose a tag to compare

Add support for authentication from ECS containers

v5.1.0

30 Apr 21:55
3337504
Compare
Choose a tag to compare

Adds file support to the client.

v5.0.0

24 Apr 22:44
95646f4
Compare
Choose a tag to compare

Removes Vault Client dependency

v4.3.0

12 Dec 21:17
864ea0b
Compare
Choose a tag to compare
  • Adding additional factory method that allows TLS configuration when needed

v4.2.0

05 Dec 23:07
31ee896
Compare
Choose a tag to compare
  • Additionally, construct role ARN without path. This is for the case where a path was used in the instance profile ARN but not in the role ARN assigned to the instance profile.

v4.1.0

04 Dec 22:23
aae98f7
Compare
Choose a tag to compare
  • Adding factory method for using StaticIamRoleVaultCredentialsProvider

v4.0.4

24 Oct 21:14
Compare
Choose a tag to compare
  • Bug fix: role ARNs were not being properly constructed when paths were used

v4.0.3

23 Oct 22:27
Compare
Choose a tag to compare
  • Removing broken Instance Profile auth provider: this never quite worked as expected, getting it working required complicated steps, and anyone that it was working for, will still work with the role auth provider.