Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/245983
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/83/245983/1 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: newchange Gerrit-Change-Id: I899ef65232c72a7e88a2ee4fc7aabde7a1a4de55 Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
