Bug 1980754

Summary: '"\"\\x98\" from ASCII-8BIT to UTF-8"' error while trying to delete oval content.
Product: Red Hat Satellite Reporter: Jameer Pathan <jpathan>
Component: SCAP PluginAssignee: Ondřej Pražák <oprazak>
Status: CLOSED ERRATA QA Contact: Jameer Pathan <jpathan>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.10.0CC: mhulan, oprazak, osousa
Target Milestone: 6.10.0Keywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: tfm-rubygem-foreman_openscap-4.3.3 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-11-16 14:12:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jameer Pathan 2021-07-09 12:55:50 UTC
Description of problem:
'"\"\\x98\" from ASCII-8BIT to UTF-8"' error while trying to delete oval content.

Version-Release number of selected component (if applicable):
- Satellite 6.10.0 snap 8
- tfm-rubygem-smart_proxy_openscap-0.9.0-1.el7sat.noarch
- ansiblerole-foreman_scap_client-0.2.0-1.el7sat.noarch
- rubygem-foreman_scap_client-0.5.0-1.el8sat.noarch

How reproducible:
- Always

Steps to Reproduce:
1. Create a oval content
curl -H "Accept: text/multipart" -k -X POST -u admin:password https://$(hostname)/api/v2/compliance/oval_contents -F 'oval_content[name]=jboss' -F 'oval_content[scap_file]=@jboss-eap-7.oval.xml.bz2'  | json_reformat

2. Try to delete oval content.
curl -H "Accept: application/json" -X DELETE -u admin:password https://$(hostname)/api/v2/compliance/oval_contents/1 | json_reformat

Actual results:
[root@dhcp-2-17 ~]# curl -H "Accept: application/json" -X DELETE -u admin:password https://$(hostname)/api/v2/compliance/oval_contents/1 | json_reformat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    64    0    64    0     0    152      0 --:--:-- --:--:-- --:--:--   152
{
    "error": {
        "message": "\"\\x98\" from ASCII-8BIT to UTF-8"
    }
}


Expected results:
- No error while trying to delete oval content.

Additional info:

- Description of "GET /api/compliance/oval_policies/:id/oval_content" api endpoint is "Show a policy's SCAP content", it should be "OVAL content" instead of "SCAP content".

Comment 1 Ondřej Pražák 2021-07-12 08:28:26 UTC
Created redmine issue https://projects.theforeman.org/issues/32987 from this bug

Comment 2 Bryan Kearney 2021-07-12 12:06:26 UTC
Upstream bug assigned to oprazak

Comment 3 Bryan Kearney 2021-07-12 12:06:30 UTC
Upstream bug assigned to oprazak

Comment 4 Bryan Kearney 2021-07-12 16:06:09 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/32987 has been resolved.

Comment 5 Jameer Pathan 2021-07-15 08:58:37 UTC
Verified

Verified with:
- Satellite 6.10.0 snap 9
- tfm-rubygem-foreman_openscap-4.3.3-1.el7sat.noarch

Test steps:
- Create Oval content
- Try to delete oval content

Observations:
- No error while trying to delete oval content.

[root@dhcp-2-110 ~]# curl -H "Accept: application/json" -X DELETE -u admin:password https://$(hostname)/api/v2/compliance/oval_contents/2 | json_reformat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   191    0   191    0     0    469      0 --:--:-- --:--:-- --:--:--   470
{
    "id": 2,
    "name": "jboss",
    "original_filename": "jboss-eap-7.oval.xml.bz2",
    "digest": "f7ae60947967d8455b9edd9981209d8a329bf755a651df951b957866342efafc",
    "url": null,
    "organizations": [

    ],
    "locations": [

    ]
}

Comment 8 errata-xmlrpc 2021-11-16 14:12:32 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: Satellite 6.10 Release), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:4702