Actions
Bug #26032
closedUnable to update certificates belonging to a repository
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
1) Create a couple of ContentCredential certificates
2) Create a yum repo.
3) Edit the repo in the UI and change any of the SSL certs/ SSL CA Cert/SSL Key entries
4) Get the backend identifier of this repo and run the following pulp-admin command
pulp-admin -u admin -p <....> repo list --detail --repo-id=<backend_identifier>
Expected:
SSL Client Cert/SSL Client Key/SSL Client CA populated
Actual:
None of the above entries are populated.
Actions