-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fixes 3942: valid meta_key shows no gpg key found #714
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch!
Hi I tried (with http and https):
but get
|
Hi If I create a repo with a key I can download that:
Confusingly the attribute_map says:
|
hi @swadeley can you try with the new openapi spec? the endpoint was missing a slash, fixed that and this request works for me:
|
Hi @xbhouse , yes, that fixed it. Thank you.
|
Summary
Adds the request body to the api spec for
/repository_parameters/external_gpg_key/
. This was missing and is needed for QE to test validation of gpg keys when fetching from a remote repo.Testing steps
Checklist