blob: 266bf7d1482780c97ef069f394789ff0a9f3bc7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-ldap
namespace: monitoring
data:
# Enable LDAP Auth
GF_AUTH_LDAP_ENABLED: "true"
# Set config file to the LDAP toml we mount in
GF_AUTH_LDAP_CONFIG_FILE: "/opt/pydis/grafana-ldap.toml"
# Allow new users to be created from LDAP data
GF_AUTH_LDAP_ALLOW_SIGN_UP: "true"
|