Unable to validate a signature object for the CASE
Condition
You receive an Unable to validate a signature object for the CASE
error when you
download a CASE by running a cloudctl case save or an oc ibm-pak
get command.
Remedy
Procedure
-
Install a newer version of the tool that you were using.
- Download Cloud Pak CLI from https://github.com/IBM/cloud-pak-cli/releases
.
- Extract the binary file that you downloaded by typing the following command, where <archive_file> is the name of the archive file that you
downloaded.
tar -xf <archive_file>
- Modify the permissions of the binary file by typing the following command, where <binary_file> is the name of the Cloud Pak binary file that
you extracted from the
archive.
chmod 755 <binary_file>
- Move the binary file to the /usr/local/bin directory by typing the
following
command.
mv <binary_file> /usr/local/bin/cloudctl
- Ensure that Cloud Pak CLI is working by typing the following
command.
cloudctl version
Tip: MacOS users might see a message that this tool cannot be opened because it is from an unidentified developer. Close this message and go to System Preferences > Security & Privacy. On the General tab, click Open Anyway or Allow Anyway. Repeat the cloudctl version command.
- Download Cloud Pak CLI from https://github.com/IBM/cloud-pak-cli/releases
- Download the latest version of the plug-in.
- To download the latest release version from the public GitHub repo on MacOS, type the following
command.
curl -L https://github.com/IBM/ibm-pak-plugin/releases/latest/download/oc-ibm_pak-darwin-amd64.tar.gz -o oc-ibm_pak-plugin.tar.gz
- To download the latest release version from the public GitHub repo on Linux®, type the following command.
curl -L https://github.com/IBM/ibm-pak-plugin/releases/latest/download/oc-ibm_pak-linux-amd64.tar.gz -o oc-ibm_pak-plugin.tar.gz
- To download the latest release version from the public GitHub repo on MacOS, type the following
command.
- Extract the plug-in from the archive file by typing the following
command.
tar -xvf oc-ibm_pak-plugin.tar.gz
- Move the extracted plug-in to your /usr/local/bin directory by typing the
following
command.
mv oc-ibm_pak-*-amd64 /usr/local/bin/oc-ibm_pak
- Verify that the plug-in is installed successfully by typing the following
command.
oc ibm-pak --version
- Download the latest version of the plug-in.
- Run the command to download the CASE again.