millions-plastic-44322
06/23/2025, 10:29 AMpyflyte run --remote --project jiri-test --domain development hello_world.py hello_world_wf
it fails with
FlyteSystemException: SYSTEM:Unknown: error=None, cause=<_InactiveRpcError of RPC that terminated with:
status = StatusCode.INTERNAL
details = "failed to create a signed url. Error: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"failed to create a signed url. Error: NoCredentialProviders: no valid providers in chain. Deprecated.\n\tFor verbose messaging see
aws.Config.CredentialsChainVerboseErrors", grpc_status:13}"
What's wrong, problem with s3 connection? I can access it from console (aws s3 ls works), I'm logged in using sso...clean-glass-36808
06/23/2025, 3:44 PMmillions-plastic-44322
06/24/2025, 6:41 AMstorage:
metadataContainer: flyte-store-eu-1
userDataContainer: flyte-store-eu-1
provider: s3
providerConfig:
s3:
region: "eu-west-1"
authType: "iam"
but I do have propeller component disabled, could it be an issue?millions-plastic-44322
06/24/2025, 8:11 AM{
"json": {
"src": "service.go:143"
},
"level": "error",
"msg": "failed to create signed url. Error:%!(EXTRA *awserr.baseError=NoCredentialProviders: no valid providers in chain. Deprecated.\n\tFor verbose messaging see aws.Config.CredentialsChainVerboseErrors)",
"ts": "2025-06-24T08:08:09Z"
}
so, same as seen in console.
I'm also having errors of type cannot create resource \"namespaces\" in API group \"\" at the cluster scope
- I did not think this is relevant, but maybe is it? Is the ability to create objects in k8s necessary for flyte to function?average-finland-92144
06/24/2025, 11:55 AMbut I do have propeller component disabled, could it be an issue?While propeller is not the component that uses the presigned url to upload the compiled code, it's the one running the execution so there's no chance it will work without propeller
average-finland-92144
06/24/2025, 11:55 AMmillions-plastic-44322
06/24/2025, 12:51 PMaverage-finland-92144
06/24/2025, 5:30 PMI do not have as a user rights to directly create new resourcesbut the Flyte services would have them via the ClusterRole that gets created, or is that restricted too?
millions-plastic-44322
06/24/2025, 6:48 PMmillions-plastic-44322
06/24/2025, 6:49 PMaverage-finland-92144
06/24/2025, 8:14 PMaccesskey
as the authType
as shown heremillions-plastic-44322
06/25/2025, 6:11 AMauthType: "iam"
as shown above...millions-plastic-44322
06/25/2025, 11:31 AMclean-glass-36808
06/25/2025, 2:20 PMmillions-plastic-44322
06/25/2025, 8:24 PMmillions-plastic-44322
06/25/2025, 8:26 PMclean-glass-36808
06/27/2025, 12:53 AMmillions-plastic-44322
06/27/2025, 6:50 AMclean-glass-36808
06/28/2025, 4:04 AMaverage-finland-92144
07/01/2025, 8:36 PMinlineSecretRef
https://github.com/flyteorg/flyte/blob/e38f32c83af15304f264fa99d8518a2ba153293f/charts/flyte-binary/templates/deployment.yaml#L291-L294
Here an example using it to pass the postgres DB password but the secret contents could be the storage credentialsmillions-plastic-44322
07/02/2025, 7:03 AM