Support secret_id_bound_cidrs replacing bound_cidr_list for AppRole (#24)

The latter parameter is deprecated in Vault. The connector now supports
both while the former one is deprecated and will be removed when it is
removed from Vault.
This commit is contained in:
2018-11-19 15:21:10 +01:00
parent c1ec929147
commit 9caeac4cba
4 changed files with 118 additions and 17 deletions

View File

@ -8,6 +8,7 @@ refactoring of the internal SSL handling (#17)
* [improvement] Build environment and tests now compatible with Java 10
* [dependencies] Updated dependencies to fix vulnerabilities (i.e. CVE-2018-7489)
* [deprecation] `VaultConnectorFactory` is deprecated in favor of `VaultConnectorBuilder` with identical API (#18)
* [deprecation] `AppRoleBuilder#withBoundCidrList(List)` is deprecated in favor of `AppRoleBuilder#withSecretIdBoundCidrs(List)` (#24)
## 0.7.1 [2018-03-17]
* [improvement] Added automatic module name for JPMS compatibility