NIFI-9356 Corrected HashiCorp Vault Key Value Provider Identifier documentation

Signed-off-by: Joe Gresock <jgresock@gmail.com>

This closes #5502.
This commit is contained in:
exceptionfactory 2021-11-01 08:28:38 -05:00 committed by Joe Gresock
parent 09feed9df6
commit 12edc865f6
No known key found for this signature in database
GPG Key ID: 37F5B9B6E258C8B7

View File

@ -1805,7 +1805,7 @@ Two encryption providers are currently configurable in the `bootstrap-hashicorp-
|===
|Provider|Provider Identifier|Description
|HashiCorp Vault Transit provider|`hashicorp/vault/kv/{vault.transit.path}`|Uses HashiCorp Vault's Transit Secrets Engine to decrypt sensitive properties.
|HashiCorp Vault Key/Value provider|`hashicorp/vault/kv/{vault.transit.path}`|Retrieves sensitive values from Secrets stored in a HashiCorp Vault Key/Value (unversioned) Secrets Engine.
|HashiCorp Vault Key/Value provider|`hashicorp/vault/kv/{vault.kv.path}`|Retrieves sensitive values from Secrets stored in a HashiCorp Vault Key/Value (unversioned) Secrets Engine.
|===
Note that all HashiCorp Vault encryption providers require a running Vault instance in order to decrypt these values at NiFi's startup.