From d03c3a528ba11e3c302ba9cd518fe1f48cbaf3aa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 5 Jun 2020 18:16:09 -0700 Subject: [PATCH] iad2: add a hosts file for now on wiki01.iad2 to get auth working The problem is that id.fedoraproject.org resolves to the iad2 versions in iad2. This is fine, but break oidc which has a talk between the provider and the requestor, so if you use the phx2 ipsilon, you need to use it for the entire thing. Will fix this better in dns soon. Signed-off-by: Kevin Fenzi --- roles/hosts/files/wiki01.iad2.fedoraproject.org-hosts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/hosts/files/wiki01.iad2.fedoraproject.org-hosts diff --git a/roles/hosts/files/wiki01.iad2.fedoraproject.org-hosts b/roles/hosts/files/wiki01.iad2.fedoraproject.org-hosts new file mode 100644 index 0000000000..b3fe194745 --- /dev/null +++ b/roles/hosts/files/wiki01.iad2.fedoraproject.org-hosts @@ -0,0 +1,3 @@ +127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 +::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 +209.132.181.15 id.fedoraproject.org