Symptom There may be an issue that appears when trying to scan a publicly accessible JFrog Artifactory when using the JFrog Artifactory version registry settings. Error messages In Defend > Vulnerabilities > Registry, you will see an error message that reads something like this in red text under the list of registries: Registry Scan: failed to create docker client received status 403 Forbidden for api /artifactory/api/system/configuration/webServer, { "errors" : [ { "status" : 403, "message" : "Function is not supported when running on the cloud" } ] } Environment Artifactory saas instances Prisma cloud instance Cause Prisma cloud is making " /artifactory/api/system/configuration/webServer" API call to Artifactory instance and since for cloud Artifactory instance, the API was blocked, we will see "Function is not supported when running on the cloud" error. Workaround A potential workaround for this issue is to change Version to "Docker Registry v2" in the registry scan settings window.
... View more