pbchekin / vault-sync

Synchronize secrets between HashiCorp Vault instances
Apache License 2.0
30 stars 1 forks source link

Support for a custom secrets engine path #4

Closed pbchekin closed 1 year ago

pbchekin commented 1 year ago

Previously only the default path "secret" was supported.

Added a new optional configuration key backend for both source and destination to specify a custom path for Vault secrets engine. If not specified, the default path "secret" is used.