aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/tooling/bitwarden/README.md
blob: 68b1176a390a0425aaa3edbdc31594c5ae59a4b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# BitWarden

Our internal password manager, used by the admins to share passwords for our services. Hosted at https://bitwarden.pydis.wtf

To deploy this, first set up the secrets (see below) and then run `kubectl apply -f .` in this folder.

## Secrets
This deployment expects a few secrets to exist in a secret called `bitwarden-secret-env`.


| Environment           | Description                               |
|-----------------------|-------------------------------------------|
| ADMIN_TOKEN           | 64-character token used for initial login |
| DATABASE_URL          | Database string: host://user:pass/db      |