Feature #28294
closedadd possibiliy to add ssl-stuff with the name
Description
With the command: "hammer repository create|update" you can add ssl-stuff only with the ID.
With the gpg-keys it is possible to add them via the name.
Please add the possibility to add them via the name, too.
(And there is a little typo in the description for --ssl-ca-cert-id)
Suggestion:
Before:
...
--ssl-ca-cert-id SSL_CA_CERT_ID Idenifier of the SSL CA Cert
--ssl-client-cert-id SSL_CLIENT_CERT_ID Identifier of the SSL Client Cert
--ssl-client-key-id SSL_CLIENT_KEY_ID Identifier of the SSL Client Key
...
After:
...
--ssl-ca-cert-id SSL_CA_CERT_ID Numeric identifier of the SSL CA Cert
--ssl-ca-cert SSL_CA_CERT_NAME SSL CA Cert name to search by
--ssl-client-cert-id SSL_CLIENT_CERT_ID Numeric identifier of the SSL Client Cert
--ssl-client-cert SSL_CLIENT_CERT_NAME SSL Cert name to search by
--ssl-client-key-id SSL_CLIENT_KEY_ID Numeric identifier of the SSL Client Key
--ssl-client-key SSL_CLIENT_KEY_NAME SSL KEY name to search by
...
Updated by Martin Bacovsky about 5 years ago
- Project changed from Hammer CLI to Katello
- Category set to Hammer
Updated by Chris Roberts about 5 years ago
- Target version set to Katello 3.15.0
- Difficulty set to easy
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to John Mitsch
- Pull request https://github.com/Katello/katello/pull/8535 added
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/Katello/hammer-cli-katello/pull/720 added
Updated by Chris Roberts almost 5 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/8535)
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/Katello/katello/pull/8546 added
Updated by John Mitsch almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-katello|b6f129a1b7245226499540e2aeb49a14a83cd1ed.