From 7590723e17d3954511bb5e00c8a40c878c5a2ad9 Mon Sep 17 00:00:00 2001 From: Brian McLaughlin Date: Tue, 14 May 2024 13:46:01 -0400 Subject: [PATCH] Fix download redirects through resource_provider (#2142) download through resource_provider instead of redirecting to localhost:5001 No-Issue --- profiles/dab/pulp_config.env | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/dab/pulp_config.env b/profiles/dab/pulp_config.env index 6cf40b70ab..10e30abd70 100644 --- a/profiles/dab/pulp_config.env +++ b/profiles/dab/pulp_config.env @@ -2,6 +2,7 @@ PULP_GALAXY_AUTHENTICATION_CLASSES="['galaxy_ng.app.auth.session.SessionAuthenti PULP_ANSIBLE_BASE_JWT_VALIDATE_CERT=false PULP_ANSIBLE_BASE_JWT_KEY=https://localhost +PULP_CONTENT_ORIGIN="https://localhost" PULP_CSRF_TRUSTED_ORIGINS = ['https://localhost'] PULP_GALAXY_FEATURE_FLAGS__dab_resource_registry=true