2.2.0
Note:
From Version 2.2.0, the secret provider does not write secrets to file by default.
If you require this behaviour (for trust stores, key stores or certs) you can enable this by adding the propertyfile.write=true
.
Changes
Adds new properties properties for the Vault secret provider:
file.write
Writes secrets to file on path. Required for Java trust stores, key stores, certs that need to be loaded from file. For ease of use for the secret provider, this is disabled by default.
secret.default.ttl
If no TTL is configured in Vault, apply a default TTL (in milliseconds).