IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Configuration test failed.

    Posted Fri January 05, 2024 11:21 AM
    Edited by Wendy Batten Fri January 05, 2024 11:21 AM

    Hello Guys,

    I am trying to installed AbuseIPDB and other app, but when deployed and configure app 
    but I receive the following error - 

    """Error: code = Unknown desc = failed to pull and unpack image "quay.io/ibmresilient/fn_abuseipdb:x.x.x": failed to resolve reference "quay.io/ibmresilient/fn_abuseipdb:x.x.x": failed to do request: Head "https://quay.io/v2/ibmresilient/fn_abuseipdb/manifests/x.x.x": dial tcp xx.xxx.xxx.xxx:xxx: i/o

    ErrImagePull: rpc error: code = Unknown desc = failed to pull and unpack image "quay.io/ibmresilient/fn_abuseipdb:x.x.x": failed to resolve reference "quay.io/ibmresilient/fn_abuseipdb:x.x.x": failed to do request: Head "https://quay.io/v2/ibmresilient/fn_abuseipdb/manifests/x.x.x": dial tcp xx.xxx.xxx.xxx:xxx: i/o timeout """

    Do you guys have any solutions to this ?





    ------------------------------
    shivam gote
    ------------------------------



  • 2.  RE: Configuration test failed.

    Posted Fri January 05, 2024 02:53 PM

    Hi Shivam

    While testing out AbuseIPDB app after reading your post here, I noticed that on the App Exchange the version says 1.0.2 but the version after installation in the App tab it says 1.0.1 due to the setup.py file not being updated when the app was last released a few months ago. However, this discrepancy would not cause the error you are seeing and we will try to update the correct version soon.

    There is probably an issue with you app host setup/connectivity.

    From your app host does this command work?

    $ wget https://quay.io/v2/ibmresilient/fn_abuseipdb/manifests/1.0.1



    ------------------------------
    AnnMarie Norcross
    ------------------------------



  • 3.  RE: Configuration test failed.

    Posted Mon January 08, 2024 01:25 AM

    Hi Shivam,

    This seems K3s cannot pull image from quay.io. Can the App Host reach quay.io? You can use "curl --head https://quay.io" to verify Internet connectivity.

    If proxy is required to reach Internet, you can follow https://www.ibm.com/docs/en/sqsp/51?topic=installation-configure-proxy-authentication to configure K3s proxy in /etc/systemd/system/k3s.service.env file.



    ------------------------------
    Wesley Tsai
    ------------------------------