feat(loki): Add basic auth secret (change password after deployment)
This commit is contained in:
12
apps/loki/secret-basic-auth.yaml
Normal file
12
apps/loki/secret-basic-auth.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user