auth:
administrators:
- admin
- [email protected]
users:
- username: admin
# bcrypt("correcthorsebatterystaple").
password: $2a$10$F66cb6ZhnJjGCZuxlvKP1e84eytTpT1MDJcpBblHaZgsqp1/Aa0LG
sessionDuration: 24h
saml:
enabled: true
baseURL: https://lenses6.company.com
entityID: https://lenses6.company.com
metadata: |
<?xml version="1.0" encoding="UTF-8"?><md:EntityDescriptor
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
</md:IDPSSODescriptor>
</md:EntityDescriptor>
userCreationMode: manual
groupMembershipMode: manual
uiRootURL: /
groupAttributeKey: groups
authnRequestSignature:
enabled: false
http:
address: :8080
accessControlAllowOrigin:
- https://lenses6.company.com
accessControlAllowCredentials: false
secureSessionCookies: false
agents:
address: :10000
database:
host: postgres-postgresql.postgres.svc.cluster.local:5432
username: $(LENSESHQ_PG_USERNAME)
password: $(LENSESHQ_PG_PASSWORD)
schema:
database: lenseshq
TLS: false
license:
key: license_key_
acceptEULA: true
logger:
mode: text
level: debug
metrics:
prometheusAddress: :9090