Actions
Story #911
closedAs a user, I want the CLI to support additional settings used to sync with the remote.
Start date:
Due date:
% Done:
70%
Estimated time:
Platform Release:
Target Release - OSTree:
1.0.0
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Pulp 2
Sprint:
Quarter:
Description
We need the ostree admin CLI to support the following SSL credentials on 'repo create':
--feed-ca-cert - full path to the CA certificate that should be used to
verify the external repo server's SSL certificate
--verify-feed-ssl - if "true", the feed's SSL certificate will be verified
against the feed_ca_cert
--feed-cert - full path to the certificate to use for authorization when
accessing the external feed
--feed-key - full path to the private key for feed_cert
--gpg-key - used to verify the GPG signed commits pulled
and add them to the import configuration.
Further, we need to remove:
--validate - if "true", the size and checksum of each synchronized file will
be verified against the repo metadata
Because it does not apply to OSTree.
Related issues
Updated by bmbouter almost 10 years ago
- Sprint Candidate set to Yes
- Tags deleted (
Sprint Candidate)
Updated by mhrivnak over 9 years ago
- Blocked by Task #912: Importer needs to support additional configuration properties added
Updated by jortel@redhat.com over 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jortel@redhat.com
Added by jortel@redhat.com over 9 years ago
Updated by jortel@redhat.com over 9 years ago
- Status changed from ASSIGNED to POST
Updated by jortel@redhat.com over 9 years ago
- Status changed from POST to MODIFIED
Updated by jortel@redhat.com over 9 years ago
- Target Release - OSTree set to 1.0.0
Updated by rbarlow almost 9 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
ref #911 - CLI support for SSL and GPG options.