From 8403fe1eb50709c232c18c0f794b8799b8399439 Mon Sep 17 00:00:00 2001 From: Roberto D'Auria Date: Thu, 11 Feb 2021 15:49:36 +0100 Subject: [PATCH] Enabled husky.neu.edu in oauth2-proxy.yml (#785) * s/neu.edu/husky.neu.edu/ in oauth2-proxy.yml --- k8s/prometheus-federation/deployments/oauth2-proxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/prometheus-federation/deployments/oauth2-proxy.yml b/k8s/prometheus-federation/deployments/oauth2-proxy.yml index d3acd74c..c3e69017 100644 --- a/k8s/prometheus-federation/deployments/oauth2-proxy.yml +++ b/k8s/prometheus-federation/deployments/oauth2-proxy.yml @@ -26,7 +26,7 @@ spec: - --cookie-secret={{OAUTH_PROXY_COOKIE_SECRET}} - --email-domain=measurementlab.net - --email-domain={{GCLOUD_PROJECT}}.iam.gserviceaccount.com - - --email-domain=neu.edu + - --email-domain=husky.neu.edu - --email-domain=northeastern.edu - --set-xauthrequest=true image: quay.io/oauth2-proxy/oauth2-proxy:v7.0.0