Hello!
I have a deployment up and running (mostly?) in AWS right now. However, when I am trying to run something with
pyflyte
I am getting the following error:
Copy code
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "failed to create a signed url. Error: WebIdentityErr: failed to retrieve credentials
caused by: AccessDenied: Not authorized to perform sts:AssumeRoleWithWebIdentity
I have been double checking all the SAs and everything seems to be in order but obviously I am missing something. Any pointers would be appreciated!