Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 843 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 843 Bytes

bw-docker

This is a docker image for using Bitwarden with External-Secrets for kubernetes clusters.

Usage

Please check: https://external-secrets.io/latest/examples/bitwarden/ for full example with kubernetes manifests.

Environment Variables

Variable Description Default Required
BW_HOST leave empty for bitwarden.com `` no
BW_CLIENTID required to login with an API key `` yes
BW_CLIENTSECRET required to login with an API key `` yes
BW_PASSWORD required to decrypt the vault `` yes