-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repo_gpg options are deprecated but aren't supported at the model level #3357
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.41.0
Describe the bug
#3298 deprecated the gpg key options, but i believe removed support at the model level by accident.
If you try to create a repo with these options, you get:
Initially i thought this was an api issue (and the options were removed), but after looking at the Pr they were actually intended to be deprecated.
To Reproduce
Steps to reproduce the behavior:
use the rpm repository create api to create a repository with one of the deprecated gpg key options:
https://docs.pulpproject.org/pulp_rpm/restapi.html#tag/Repositories:-Rpm/operation/repositories_rpm_rpm_create
Expected behavior
The deprecated options don't cause an ISE, and continue to work (while they are deprecated)
Additional context
Add any other context about the problem here. Please provide links to any previous discussions via Discourse or Bugzilla.
The text was updated successfully, but these errors were encountered: