crooked-vase-16428
10/24/2024, 12:42 AMaws eks describe-cluster --region <region> --name <Name-EKS-Cluster> --query "cluster.identity.oidc.issuer" --output text
gives me a sensible output. But when I try to run a script remotely, it still gives me this
failed to create a signed url. Error: WebIdentityErr: failed to retrieve credentials\ncaused by: InvalidIdentityToken: No OpenIDConnect provider found in your account
for <https://oidc.eks.us-west-2.amazonaws.com/id/><number>
jolly-florist-66728
10/24/2024, 12:42 AMaws eks describe-cluster --region <region> --name <Name-EKS-Cluster> --query "cluster.identity.oidc.issuer" --output text
. Additionally, ensure that the IAM role used by your Flyte deployment has a trust relationship with the OIDC provider.
Would you like more detail on how to configure the IAM roles and trust relationships?
Sources:
- source 4 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.average-finland-92144
10/24/2024, 8:40 PMcrooked-vase-16428
10/24/2024, 9:20 PMeksctl utils associate-iam-oidc-provider
did at least change the error message though!crooked-vase-16428
10/24/2024, 9:21 PMcrooked-vase-16428
10/24/2024, 9:22 PMaverage-finland-92144
10/24/2024, 10:26 PMcrooked-vase-16428
10/24/2024, 10:50 PM