From 998b1baf74b1a699ad2a1fef07a30fcbf71c2bf6 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: May 24 2019 08:19:44 +0000 Subject: Due to qa firewalls, use the original IPs Signed-off-by: Patrick Uiterwijk --- diff --git a/files/2fa/pam_url.conf.j2 b/files/2fa/pam_url.conf.j2 index b7aebac..6dcf99c 100644 --- a/files/2fa/pam_url.conf.j2 +++ b/files/2fa/pam_url.conf.j2 @@ -3,7 +3,7 @@ pam_url: settings: { {% if env == 'staging' %} - url = "https://fas-all.stg.phx2.fedoraproject.org/"; # URI to fetch + url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch {% elif datacenter == 'phx2' %} url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch {% else %} diff --git a/files/2fa/pam_url.conf.stg.fedoraproject.org b/files/2fa/pam_url.conf.stg.fedoraproject.org index bc98d53..508c5d9 100644 --- a/files/2fa/pam_url.conf.stg.fedoraproject.org +++ b/files/2fa/pam_url.conf.stg.fedoraproject.org @@ -2,7 +2,7 @@ pam_url: { settings: { - url = "https://fas-all.stg.phx2.fedoraproject.org/"; # URI to fetch + url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch returncode = "OK"; # The remote script/cgi should return a 200 http code and this string as its only results userfield = "user"; # userfield name to send passwdfield = "token"; # passwdfield name to send