Task #4967
closedTask #4961: [Epic] Improve Integration and Testing with Nginx and Apache
Apache needs to expose both pulp-api and pulp-content-app
0%
Description
Problem¶
Apache doesn't provide a feature similar to nginx's pulp_next_upstream so it needs to explicitly know which backend to route any given URL to. The well known routes of /pulp/api/v3/ and /pulp/content/ are easy, but since arbitrary urls can be configured for both pulp-api and pulp-content-app this is trickier with Apache.
Solution¶
1. Have the main config route /pulp/api/v3/ and /pulp/content/ correctly
2. IncludeOptional configs provided by plugins for urls the content app should handle for that plugin
3. If still unmatched route to pulp-api as the default.
Reasoning¶
Why pulp-api as the default?¶
Across all the plugins and core, the number of custom URLs in pulp-api is much more than pulp-content-app. So to minimize the number of custom configs provided, the "default" route if unmatched would be pulp-api.
How will these config snippets be provided?¶
The config snippets will be contributed to the installer itself for any plugin that requires custom urls in the content app and httpd support.
Updated by amacdona@redhat.com over 5 years ago
- Tracker changed from Issue to Task
- % Done set to 0
Updated by dkliban@redhat.com over 5 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by bmbouter over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Updated by dkliban@redhat.com about 4 years ago
- Status changed from NEW to CLOSED - COMPLETE
- Sprint Candidate set to No