Hey all, my docker agent stopped being able to auth (error 500) to my Gitlab storage. I don't think I changed anything to the Prefect Agent/Gitlab settings so I don't know what caused it. Any ideas?
a
Anna Geller
12/18/2021, 12:48 PM
@Jelle Vegter it's quite possible that before you started the agent, you authenticated with the container registry and now this authentication session expired. E.g. AWS ECR session expires already after 12 hours. Can you check that for your registry? What registry do you use?
j
Jelle Vegter
12/18/2021, 12:52 PM
Gitlab
Jelle Vegter
12/18/2021, 12:54 PM
This is what the test flow looks like
Jelle Vegter
12/18/2021, 12:55 PM
where gitlab_access_key is a secret stored in the Prefect cloud
a
Anna Geller
12/18/2021, 1:03 PM
gitlab_access_key is only relevant for Github Storage, not for pulling of docker images for DockerRun