Feature #11927
Move out ssl settings to a common base
Description
Sounds like all pulp plugins support the following attributes in their importers
'proxy_url', 'proxy_port', 'proxy_pass', 'proxy_user', 'ssl_ca_cert', 'ssl_client_cert', 'ssl_client_key'
We need to move this to import base.py
Associated revisions
History
#1
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) set to 58
- Triaged changed from No to Yes
#2
Updated by Eric Helms over 6 years ago
- Tracker changed from Bug to Feature
#3
Updated by Eric Helms over 6 years ago
- Status changed from New to Closed
Fixes #11927: Move common importer attributes to base class