nebtex / vault-migrator

migrate vault data between different physical backends
Apache License 2.0
53 stars 11 forks source link

Migration issue #4

Open satssin opened 6 years ago

satssin commented 6 years ago

Hi Team,

I have an existing Vault environment which is using dynamoDB as a backend and LDAP as an auth backend, it is using one ROOT key and 4 secrets.

I am migrating the dynamodb db to our new environment, new environment has consul as a backend and Okta as an auth backend, it is using one ROOT key and 1 secrets key. After the migration, my auth backend, cluster config, RooT key, secrets key are getting overwritten.

How can i prevent that?

criloz commented 6 years ago

hi @satssin this does not migrate the unencrypted key-value, the script never knows what is moving, so is almost impossible to resolve this issue,