Alexandros Kosiaris has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/404321 )

Change subject: WIP: grafana: Enable grafana's LDAP
......................................................................

WIP: grafana: Enable grafana's LDAP

Disable the proxy auth done by apache and enable grafana's builtin LDAP

This is still missing the ldap.toml config file

Bug: T170150
Change-Id: Ie0c92eabfa743be4dab09e603b5af272d9270ee0
---
M hieradata/role/common/webserver_misc_apps.yaml
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/21/404321/1

diff --git a/hieradata/role/common/webserver_misc_apps.yaml 
b/hieradata/role/common/webserver_misc_apps.yaml
index 859e345..bd0c617 100644
--- a/hieradata/role/common/webserver_misc_apps.yaml
+++ b/hieradata/role/common/webserver_misc_apps.yaml
@@ -15,6 +15,16 @@
   - cn=nda,ou=groups,dc=wikimedia,dc=org
   - cn=wmf,ou=groups,dc=wikimedia,dc=org
   - cn=grafana-admin,ou=groups,dc=wikimedia,dc=org
+profile::grafana::config:
+  auth.proxy:
+    enabled: false
+  auth.ldap:
+    enabled: true
+    allow_sign_up: true
+    config_file: ADDME # TO BE ADDED
+  auth.anonymous:
+    enabled: true
+    org_name: Wikimedia
 # In private repo
 #profile::grafana::secret_key:
 #profile::grafana::admin_password:

-- 
To view, visit https://gerrit.wikimedia.org/r/404321
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie0c92eabfa743be4dab09e603b5af272d9270ee0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to