Skip to content

elmanytas/vault-copy-path

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.8%
  • Dockerfile 45.2%