You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"code": "CRG0009E",
"message": "You are not authorized to access the specified account. See https://cloud.ibm.com/docs/Registry?topic=Registry-troubleshoot-auth-req",
"request-id": "309ad3ee-7bb2-4f6a-8570-2f4bfbf41632"
}
Tracing back to dsengine.sh, this was triggered while executing line 392 of dsengine.sh script.
I have tried granting a lot of different Access (e.g. IBM Cloud Pak for Data, Container Registry, Cloud Object Storage, DataStage, IBM Cloud Projects) to the Service Id, but none of them can get me past the CRG0009E error while trying to access icr.io/datastage/ds-px-runtime
I believed, this may be due to my account not having access to the respistory icr.io/datastage/*
May I know how gain access to the repository?
If you notice I made any error during the setup, please do point it out as well.
The text was updated successfully, but these errors were encountered:
As a DataStage User
I want to test DataStage Anywhere on Docker (and subsequently on AWS)
I created
$IBMCLOUD_APIKEY
via https://cloud.ibm.com/iam/apikeys$ENCRYPTION_KEY
&$ENCRYPTION_IV
usingopenssl enc -aes-256-cbc -k secret -P -md sha1
$IBMCLOUD_CONTAINER_REGISTRY_APIKEY
via https://cloud.ibm.com/iam/serviceids/ServiceId$PROJECT_ID
via https://dataplatform.cloud.ibm.com atDallas
regionWhen I ran
I encounter
Tracing back to dsengine.sh, this was triggered while executing
line 392
ofdsengine.sh
script.I have tried granting a lot of different Access (e.g. IBM Cloud Pak for Data, Container Registry, Cloud Object Storage, DataStage, IBM Cloud Projects) to the Service Id, but none of them can get me past the
CRG0009E
error while trying to accessicr.io/datastage/ds-px-runtime
I believed, this may be due to my account not having access to the respistory
icr.io/datastage/*
May I know how gain access to the repository?
If you notice I made any error during the setup, please do point it out as well.
The text was updated successfully, but these errors were encountered: