Skip to content

kaiehrhardt/keepass-vault-sync

Repository files navigation

keepass-vault-sync

Go Report Card container build go test golangci-lint

Simple little utility that syncs certain groups from a keepass db to a path in vault.

install

golang

go install github.com/kaiehrhardt/keepass-vault-sync@latest

docker

docker pull ghcr.io/kaiehrhardt/keepass-vault-sync:edge

getting started

VAULT_TOKEN="{your_vault_token}" VAULT_ADDR="{your_vault_addr}" keepass-vault-sync \
  -f {name}.kdbx \
  -g {group1_name},{group2_name} \
  -p {keepass_db_pass}

About

Simple little utility that syncs certain groups from a keepass db to a path in vault.

Topics

Resources

License

Stars

Watchers

Forks