strong-plumber-41198
12/07/2023, 3:51 PMflyte-binary and flyte-worker service accounts permission, and creating an imagePullSecret for both default and flyte-binary serviceaccount on the cluster, but still getting a 403 Forbidden Error when the task is trying to pull the imageaverage-finland-92144
12/07/2023, 4:30 PMroles/artifactregistry.reader permission to the GSA that the Flyte worker pods will use, enabling them to pull images (see https://github.com/unionai-oss/deploy-flyte/blob/db3132ac910ddb8c68a643990ddf10eafb6163d3/environments/gcp/flyte-core/iam.tf#L131-L135)
With that, you can create an ImagePull secret and add it to the default KSA.
Please note that the merged version uses flyte-core (with flyte-binary coming soon), but the IAM module was almost completely refactored