diff options
| author | 2024-04-15 11:26:52 +0100 | |
|---|---|---|
| committer | 2024-04-15 11:26:52 +0100 | |
| commit | 23f7ec4f17dde7761619ef29634dd177b292d742 (patch) | |
| tree | be7744708c4c70f00e070f45acfe46efa636430d /kubernetes/namespaces/tooling/bitwarden/README.md | |
| parent | Remove unused services (diff) | |
Move services to tooling namespace
Diffstat (limited to 'kubernetes/namespaces/tooling/bitwarden/README.md')
| -rw-r--r-- | kubernetes/namespaces/tooling/bitwarden/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kubernetes/namespaces/tooling/bitwarden/README.md b/kubernetes/namespaces/tooling/bitwarden/README.md new file mode 100644 index 0000000..37f01eb --- /dev/null +++ b/kubernetes/namespaces/tooling/bitwarden/README.md @@ -0,0 +1,14 @@ +# BitWarden + +Our internal password manager, used by the admins to share passwords for our services. Hosted at https://bitwarden.pythondiscord.com + +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 | |