From 48bd5624385da4c9bafa633ef6647050a0d36395 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Thu, 29 Feb 2024 18:53:48 +0000 Subject: [PATCH] fix: Fresh installs must get the correct URL for rh-certified (#2078) Add /content/published to the default URL when setting up the default remotes. This has been fix on #2032 but that PR not backported. This PR changes the original migration, so fresh installs gets the new URL and existing systems are not affected This must be backported to 4.9.z No-Issue Related: AAH-2836 (cherry picked from commit 5d56bddb667762693df7d3e2bb18ab4b768d25af) --- galaxy_ng/app/migrations/0017_populate_repos_and_remotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy_ng/app/migrations/0017_populate_repos_and_remotes.py b/galaxy_ng/app/migrations/0017_populate_repos_and_remotes.py index b84c3018a2..f5e86b0f5c 100644 --- a/galaxy_ng/app/migrations/0017_populate_repos_and_remotes.py +++ b/galaxy_ng/app/migrations/0017_populate_repos_and_remotes.py @@ -31,7 +31,7 @@ "next_version": 1, "remote": { "name": "rh-certified", - "url": "https://console.redhat.com/api/automation-hub/", + "url": "https://console.redhat.com/api/automation-hub/content/published/", "requirements_file": None, "token": None, "auth_url": (