feat: support PEM certificate string from VAULT_CACERT env var (#93)
All checks were successful
CI / build-with-it (11, 1.2.0) (push) Successful in 53s
CI / build-with-it (11, 1.19.0) (push) Successful in 1m0s
CI / build-with-it (17, 1.19.0) (push) Successful in 57s
CI / build-with-it (17, 1.2.0) (push) Successful in 52s
CI / build-with-it (21, 1.2.0) (push) Successful in 48s
CI / build-with-it (true, 21, 1.19.0) (push) Successful in 54s

Vault CLI and the connector up to 1.4 support providing a path to a CA
certificate file. Introduce support for providing PEM encoded content
directly which might be convenient in container environments to provide
a certificate e.g. from secrets without mounting it to some path.
This commit is contained in:
2025-03-23 11:39:15 +01:00
parent 076cd8b607
commit ff6d2140cf
3 changed files with 88 additions and 14 deletions

View File

@ -3,6 +3,9 @@
### Deprecations
* `read...Credentials()` methods for specific database mounts (#92)
### Features
* Support PEM certificate string from `VAULT_CACERT` environment variable (#93)
### Dependencies
* Updated Jackson to 2.18.3 (#90)