From 0d42e7c49577eeb1f390dec30993de81bb9b6112 Mon Sep 17 00:00:00 2001 From: Claude AI Date: Mon, 5 Jan 2026 11:54:45 +0000 Subject: [PATCH] feat(loki): Add basic auth secret (change password after deployment) --- apps/loki/secret-basic-auth.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/loki/secret-basic-auth.yaml diff --git a/apps/loki/secret-basic-auth.yaml b/apps/loki/secret-basic-auth.yaml new file mode 100644 index 0000000..0e8f46e --- /dev/null +++ b/apps/loki/secret-basic-auth.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Secret +metadata: + name: loki-basic-auth + namespace: loki +type: Opaque +data: + # Username: admin + # Password: lokipass123 + # Generated with: htpasswd -nb admin lokipass123 | base64 + # You should change this password after deployment! + users: YWRtaW46JGFwcjEkdE9XdGhBR0UkRmhSNFRhZ1FMcVVoY3hTZGp4Q09uMAoK