cancel
Showing results for 
Search instead for 
Did you mean: 

Error Creating Execution in AI Launchpad Using Docker Registry Secret

Cauaspinheiro
Newcomer
0 Kudos
201
Hi everyone,

I'm encountering an issue when trying to run an execution in AI Launchpad using a Docker Registry Secret. The workflow fails with the following error message: (secrets ommited)

 

 

{
"details": [],
"workflow_info": [
{
"exit_code": "",
"id": "e6e07ddff007de66",
"message": "...tps://***/#emissary-emissary: secrets \"[DOCKER_REGISTRY_ID]\" is forbidden: User \"system:serviceaccount:argo:argo\" cannot get resource \"secrets\" in API group \"\" in the namespace \"[NAMESPACE]\"",
"name": "e6e07ddff007de66",
"phase": "Failed",
"type": "Steps"
},
{
"exit_code": "",
"id": "e6e07ddff007de66-3229595009",
"message": "...tps://***/#emissary-emissary: secrets \"[DOCKER_REGISTRY_ID]\" is forbidden: User \"system:serviceaccount:argo:argo\" cannot get resource \"secrets\" in API group \"\" in the namespace \"[NAMESPACE]\"",
"name": "e6e07ddff007de66[0].generate-chromadb-artifact",
"phase": "Error",
"type": "Pod"
},
{
"exit_code": "",
"id": "e6e07ddff007de66-689614044",
"message": "...tps://***/#emissary-emissary: secrets \"[DOCKER_REGISTRY_ID]\" is forbidden: User \"system:serviceaccount:argo:argo\" cannot get resource \"secrets\" in API group \"\" in the namespace \"[NAMESPACE]\"",
"name": "e6e07ddff007de66[0]",
"phase": "Error",
"type": "StepGroup"
}
]
}

 

 

Accepted Solutions (0)

Answers (0)