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"
}
]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.