aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/tooling/bitwarden/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-15 11:26:52 +0100
committerGravatar Joe Banks <[email protected]>2024-04-15 11:26:52 +0100
commit23f7ec4f17dde7761619ef29634dd177b292d742 (patch)
treebe7744708c4c70f00e070f45acfe46efa636430d /kubernetes/namespaces/tooling/bitwarden/README.md
parentRemove 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.md14
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 |