-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
Description
Version
latest
Describe the bug
Attempting to remove an RPM package signing service fails with:
$ pulpcore-manager remove-signing-service dirk_gently_rpm_signing_service
CommandError: Signing service 'dirk_gently_rpm_signing_service' of class 'core:AsciiArmoredDetachedSigningService' does not exists.
To Reproduce
pulpcore-manager add-signing-service \
"dirk_gently_rpm_signing_service" \
"/holistic_signing_script.py" \
"${KEYID}" \
--class "rpm:RpmPackageSigningService"
pulpcore-manager remove-signing-service dirk_gently_rpm_signing_service
Expected behavior
Delete is successful.
Additional context
Reactions are currently unavailable