red-animal-85108
06/26/2023, 12:17 PMflyte-binary
on GKE. I filled values file as in values.yaml
:
storage:
# Bucket to store Flyte metadata
metadataContainer: "flyte-metadata"
# Bucket to store Flyte user data
userDataContainer: "flyte-user-data"
provider: gcs
providerConfig:
project: "ai-project"
But when I'm trying to register workflow, I get:
RPC Failed, with Status: StatusCode.INTERNAL
details: failed to create a signed url. Error: unable to sign bytes: googleapi: Error 403: Request had insufficient authentication scopes.
Details:
[
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"domain": "googleapis.com",
"metadata": {
"method": "google.iam.credentials.v1.IAMCredentials.SignBlob",
"service": "iamcredentials.googleapis.com"
},
"reason": "ACCESS_TOKEN_SCOPE_INSUFFICIENT"
}
]
Debug string UNKNOWN:Error received from peer {created_time:"2023-06-26T10:47:57.953734448+00:00", grpc_status:13, grpc_message:"failed to create a signed url. Error: unable to sign bytes: googleapi: Error 403: Request had insufficient authentication scopes.\nDetails:\n[\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"method\": \"google.iam.credentials.v1.IAMCredentials.SignBlob\",\n \"service\": \"iamcredentials.googleapis.com\"\n },\n \"reason\": \"ACCESS_TOKEN_SCOPE_INSUFFICIENT\"\n }\n]"}
I'm not GKE expert, can you help me understand what else I need to configure to make it working on GKE?