You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to have a Pulp Remote, e.g. FileRemote sync from a CertGaurd protected repo. This should work with either RHSM or X509 Certificate as long as the header is right.
We need to add a test that does the following:
Setup parts of the test
Create a FileRepository and sync some content into it
Create a Publication from (1) and serve it at a FileDistribution
Test sync when it's unprotected
Create a FileRemote and a second repository and sync the FileDistribution from (2) with it
Test sync fails against protected repo without cert_key and client_key
Protect this content with an X509 certificate
Try to sync the second repo using the FileRemote and assert that it fails with a 403 error (because the FileRemote has no client_cert and client_key)
Test sync works when FileRemote has client_cert and client_key
Add the client_cert and client_key to the FileRemote from (3)
Sync the second repo once more and assert it passes
The text was updated successfully, but these errors were encountered:
Author: @bmbouter (bmbouter)
Redmine Issue: 6810, https://pulp.plan.io/issues/6810
It's possible to have a Pulp Remote, e.g. FileRemote sync from a CertGaurd protected repo. This should work with either RHSM or X509 Certificate as long as the header is right.
We need to add a test that does the following:
Setup parts of the test
Test sync when it's unprotected
Test sync fails against protected repo without cert_key and client_key
Test sync works when FileRemote has client_cert and client_key
The text was updated successfully, but these errors were encountered: