From 07da1e573ca9a34c359012e7777630bd5806c050 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 24 Jul 2023 14:58:23 -0700 Subject: [PATCH] proxies: redirect fas.fedoraproject.org and admin.fedoraproject.org/accounts to the new account system fas was redirecting to the old https://admin.fedoraproject.org/accounts and that in turn was still trying to proxy to the old fas2 app on the ocp3 cluster. That app is retired and that cluster is long gone too, so we should just redirect it to the current account system. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-redirects.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 8f86a58ea8..2d268ada39 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -81,7 +81,13 @@ - role: httpd/redirect shortname: fas website: fas.fedoraproject.org - target: https://admin.fedoraproject.org/accounts/ + target: https://accounts.fedoraproject.org/ + + - role: httpd/redirect + shortname: oldfas + website: admin.fedoraproject.org + path: /accounts/ + target: https:/accounts.fedoraproject.org/ - role: httpd/redirectmatch shortname: askbot-to-ask