Releases: Nike-Inc/cerberus-java-client
Releases · Nike-Inc/cerberus-java-client
v5.3.1
Only log credential provider failures if all providers in the chain fail.
The previous logging frequently caused confusion for users.
v5.3.0
Adds retries on read secret and authentication calls if a 500 level error is returned from Cerberus
v5.2.0
Add support for authentication from ECS containers
v5.1.0
Adds file support to the client.
v5.0.0
Removes Vault Client dependency
v4.3.0
- Adding additional factory method that allows TLS configuration when needed
v4.2.0
- 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
- Adding factory method for using StaticIamRoleVaultCredentialsProvider
v4.0.4
- Bug fix: role ARNs were not being properly constructed when paths were used
v4.0.3
- 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.