Skip to content

Commit

Permalink
Fix download redirects through resource_provider (ansible#2142)
Browse files Browse the repository at this point in the history
download through resource_provider instead of redirecting to localhost:5001
No-Issue
  • Loading branch information
bmclaughlin authored May 14, 2024
1 parent a36966e commit 7590723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiles/dab/pulp_config.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7590723

Please sign in to comment.