jmferrer / vault-copy-path

Copy all keys from a vault path to other vault path.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy vault keys in a path

Copy vault keys from a path of a vault server to other path of same or different vault server.

docker run -e ORIGIN_TOKEN=origin_server_token \
           -e ORIGIN_SERVER=origin_server_url \
           -e ORIGIN_PATH=origin_path \
           -e DESTINATION_TOKEN=destination_server_token \
           -e DESTINATION_SERVER=destination_server_url \
           -e DESTINATION_PATH=destination_path jmferrer/vault-copy-path

Recursive copy is not supported.

About

Copy all keys from a vault path to other vault path.


Languages

Language:Shell 54.8%Language:Dockerfile 45.2%