Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 1005214[details]
on updating gpg-key, UI shows a redblock but without any error.
Description of problem:
I was trying to update gog-key file from webUI. and got following in production.log:
--
2015-03-23 02:59:29 [I] Processing by Katello::Api::V2::GpgKeysController#content as HTML
2015-03-23 02:59:29 [I] Parameters: {"content"=>#<ActionDispatch::Http::UploadedFile:0x0000000a61e4c8 @original_filename="RPM-GPG-KEY-redhat-release", @content_type="application/octet-stream", @headers="Content-Disposition: form-data; name=\"content\"; filename=\"RPM-GPG-KEY-redhat-release\"\r\nContent-Type: application/octet-stream\r\n", @tempfile=#<File:/tmp/RackMultipart20150323-32417-10mgcs9>>, "authenticity_token"=>"cfFEZ6+GNiWvIddDVKunD3r17QVtJrQgN4Q/468aKpU=", "api_version"=>"v2", "id"=>"50"}
2015-03-23 02:59:29 [I] Rendered api/v2/errors/unsupported_content_type.json.rabl within api/v2/layouts/error_layout (1.6ms)
2015-03-23 02:59:29 [I] Filter chain halted as :check_content_type rendered or redirected
2015-03-23 02:59:29 [I] Completed 415 Unsupported Media Type in 9ms (Views: 6.4ms | ActiveRecord: 0.0ms)
--
Version-Release number of selected component (if applicable):
sat6 beta snap7 compose 3
Satellite-6.1.0-RHEL-6-20150320.1
How reproducible:
always
Steps to Reproduce:
1. create a gpg-key
2. update gpg-key file
3.
Actual results:
2015-03-23 02:59:29 [I] Completed 415 Unsupported Media Type in 9ms (Views: 6.4ms | ActiveRecord: 0.0ms)
no error on UI, empty redhat block without any error
Expected results:
UI should allow to update the gog-key and in any case if there is any error, UI should show that error.
Additional info:
Created attachment 1005214 [details] on updating gpg-key, UI shows a redblock but without any error. Description of problem: I was trying to update gog-key file from webUI. and got following in production.log: -- 2015-03-23 02:59:29 [I] Processing by Katello::Api::V2::GpgKeysController#content as HTML 2015-03-23 02:59:29 [I] Parameters: {"content"=>#<ActionDispatch::Http::UploadedFile:0x0000000a61e4c8 @original_filename="RPM-GPG-KEY-redhat-release", @content_type="application/octet-stream", @headers="Content-Disposition: form-data; name=\"content\"; filename=\"RPM-GPG-KEY-redhat-release\"\r\nContent-Type: application/octet-stream\r\n", @tempfile=#<File:/tmp/RackMultipart20150323-32417-10mgcs9>>, "authenticity_token"=>"cfFEZ6+GNiWvIddDVKunD3r17QVtJrQgN4Q/468aKpU=", "api_version"=>"v2", "id"=>"50"} 2015-03-23 02:59:29 [I] Rendered api/v2/errors/unsupported_content_type.json.rabl within api/v2/layouts/error_layout (1.6ms) 2015-03-23 02:59:29 [I] Filter chain halted as :check_content_type rendered or redirected 2015-03-23 02:59:29 [I] Completed 415 Unsupported Media Type in 9ms (Views: 6.4ms | ActiveRecord: 0.0ms) -- Version-Release number of selected component (if applicable): sat6 beta snap7 compose 3 Satellite-6.1.0-RHEL-6-20150320.1 How reproducible: always Steps to Reproduce: 1. create a gpg-key 2. update gpg-key file 3. Actual results: 2015-03-23 02:59:29 [I] Completed 415 Unsupported Media Type in 9ms (Views: 6.4ms | ActiveRecord: 0.0ms) no error on UI, empty redhat block without any error Expected results: UI should allow to update the gog-key and in any case if there is any error, UI should show that error. Additional info: