Hi there, I have exposed my flyte ingress within t...
# flyte-support
m
Hi there, I have exposed my flyte ingress within the eks cluster and able to access the console. I can create project using the flyte cli however, running into issues when trying to register workflow locally. I have auth disabled and the role for my service account looks correct, based on this tutorial. Anything I am missing perhaps?
Copy code
details = "failed to create a signed url. Error: WebIdentityErr: failed to retrieve credentials
caused by: AccessDenied: Not authorized to perform sts:AssumeRoleWithWebIdentity
a
can you verify if the both the flyte-backend and default ServiceAccounts are annotated with the correct roles?
kubectl describe <SA-name> -n <namespace>
m
Hi David, thanks I got it sorted. Turns out I had the wrong
cluster_oidc_proider_arn
specified 🤦
a
got it, glad you found it!