|
9 | 9 | |spring.cloud.vault.app-role.role-id | | The RoleId.
|
10 | 10 | |spring.cloud.vault.app-role.secret-id | | The SecretId.
|
11 | 11 | |spring.cloud.vault.application-name | `+++application+++` | Application name for AppId authentication.
|
12 |
| -|spring.cloud.vault.authentication | | |
| 12 | +|spring.cloud.vault.authentication | | |
13 | 13 | |spring.cloud.vault.aws-ec2.aws-ec2-path | `+++aws-ec2+++` | Mount path of the AWS-EC2 authentication backend.
|
14 | 14 | |spring.cloud.vault.aws-ec2.identity-document | `+++http://169.254.169.254/latest/dynamic/instance-identity/pkcs7+++` | URL of the AWS-EC2 PKCS7 identity document.
|
15 | 15 | |spring.cloud.vault.aws-ec2.nonce | | Nonce used for AWS-EC2 authentication. An empty nonce defaults to nonce generation.
|
|
41 | 41 | |spring.cloud.vault.config.lifecycle.enabled | `+++true+++` | Enable lifecycle management.
|
42 | 42 | |spring.cloud.vault.config.lifecycle.expiry-threshold | | The expiry threshold. {@link Lease} is renewed the given {@link Duration} before it expires. @since 2.2
|
43 | 43 | |spring.cloud.vault.config.lifecycle.lease-endpoints | | Set the {@link LeaseEndpoints} to delegate renewal/revocation calls to. {@link LeaseEndpoints} encapsulates differences between Vault versions that affect the location of renewal/revocation endpoints. Can be {@link LeaseEndpoints#SysLeases} for version 0.8 or above of Vault or {@link LeaseEndpoints#Legacy} for older versions (the default). @since 2.2
|
44 |
| -|spring.cloud.vault.config.lifecycle.lease-strategy | | Set the LeaseStrategy (DropOnError, RetainOnError, RetainOnIoError) to control error handling on lease renewal. since 4.0.4 |
| 44 | +|spring.cloud.vault.config.lifecycle.lease-strategy | | Sets the {@link LeaseStrategy} to be used with {@link org.springframework.vault.core.lease.SecretLeaseContainer#setLeaseStrategy(LeaseStrategy)} to retain or drop tokens on renewal errors. @since 4.0.4 |
45 | 45 | |spring.cloud.vault.config.lifecycle.min-renewal | | The time period that is at least required before renewing a lease. @since 2.2
|
46 | 46 | |spring.cloud.vault.config.order | `+++0+++` | Used to set a {@link org.springframework.core.env.PropertySource} priority. This is useful to use Vault as an override on other property sources. @see org.springframework.core.PriorityOrdered
|
47 | 47 | |spring.cloud.vault.connection-timeout | `+++5000+++` | Connection timeout.
|
|
61 | 61 | |spring.cloud.vault.database.role | | Role name for credentials.
|
62 | 62 | |spring.cloud.vault.database.static-role | `+++false+++` | Enable static role usage.
|
63 | 63 | |spring.cloud.vault.database.username-property | `+++spring.datasource.username+++` | Target property for the obtained username.
|
64 |
| -|spring.cloud.vault.databases | | |
| 64 | +|spring.cloud.vault.databases | | |
65 | 65 | |spring.cloud.vault.discovery.enabled | `+++false+++` | Flag to indicate that Vault server discovery is enabled (vault server URL will be looked up via discovery).
|
66 | 66 | |spring.cloud.vault.discovery.service-id | `+++vault+++` | Service id to locate Vault.
|
67 | 67 | |spring.cloud.vault.elasticsearch.backend | `+++database+++` | Database backend path.
|
|
138 | 138 | |spring.cloud.vault.token | | Static vault token. Required if {@link #authentication} is {@code TOKEN}.
|
139 | 139 | |spring.cloud.vault.uri | | Vault URI. Can be set with scheme, host and port.
|
140 | 140 |
|
141 |
| -|=== |
| 141 | +|=== |
0 commit comments