Ori.livneh has submitted this change and it was merged. Change subject: Add grafana-admin.wikimedia.org ......................................................................
Add grafana-admin.wikimedia.org Grafana 2's native LDAP capabilities require group memberships to be exposed via some property of the user object. It is not yet capable of searching the user in specific graphs. <https://github.com/grafana/grafana/pull/2746> fixes that but it is not yet in master. So, the plan is to serve Grafana via two vhosts: grafana-admin and grafana. The former will authenticate visitors via mod_authnz_ldap; the latter would provide a read-only view to all visitors by setting X-WEBAUTH-USER to some predefined anonymous read-only account. Change-Id: I899ef65232c72a7e88a2ee4fc7aabde7a1a4de55 --- M templates/wikimedia.org 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Ori.livneh: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/wikimedia.org b/templates/wikimedia.org index d75c001..2487758 100644 --- a/templates/wikimedia.org +++ b/templates/wikimedia.org @@ -449,6 +449,7 @@ graphite 1H IN CNAME misc-web-lb.eqiad grafana 1H IN CNAME misc-web-lb.eqiad grafana-test 1H IN CNAME misc-web-lb.eqiad +grafana-admin 1H IN CNAME misc-web-lb.eqiad parsoid-tests 1H IN CNAME misc-web-lb.eqiad performance 1H IN CNAME misc-web-lb.eqiad horizon 1H IN CNAME misc-web-lb.eqiad -- To view, visit https://gerrit.wikimedia.org/r/245983 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I899ef65232c72a7e88a2ee4fc7aabde7a1a4de55 Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
