We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug We are trying to deploy ALB in EKS cluster by following this aws documentation https://aws.amazon.com/premiumsupport/knowledge-center/eks-alb-ingress-controller-fargate/
Followed all the steps are mentioned, however when deploying an app alb is not creating , it is failling with below error,
{"level":"info","ts":1679398103.3748488,"logger":"controllers.ingress","msg":"successfully built model","model":"{"id":"game-2048/ingress-2048","resources":{}}"} {"level":"error","ts":1679398155.4208565,"logger":"controllers.ingress","msg":"unable to determine AWS Shield subscription state, skipping AWS shield reconciliation","error":"WebIdentityErr: failed to retrieve credentials\ncaused by: InvalidIdentityToken: OpenIDConnect provider's HTTPS certificate doesn't match configured thumbprint\n\tstatus code: 400, request id: 6b22cdba-7d87-489d-8366-be27077b2a81"}
Followed these steps as well to check the thumbprint used in the OIDC provider, https://aws.amazon.com/premiumsupport/knowledge-center/eks-error-invalid-identity-token/ and it all matches and the cert is not expired.
We are still getting this error, please help
Steps to reproduce Followed this aws documentation https://aws.amazon.com/premiumsupport/knowledge-center/eks-alb-ingress-controller-fargate/
Expected outcome Alb should created
Environment aws
Additional Context:
The text was updated successfully, but these errors were encountered:
aws-load-balancer-controller
Successfully merging a pull request may close this issue.
Describe the bug
We are trying to deploy ALB in EKS cluster by following this aws documentation https://aws.amazon.com/premiumsupport/knowledge-center/eks-alb-ingress-controller-fargate/
Followed all the steps are mentioned, however when deploying an app alb is not creating , it is failling with below error,
{"level":"info","ts":1679398103.3748488,"logger":"controllers.ingress","msg":"successfully built model","model":"{"id":"game-2048/ingress-2048","resources":{}}"}
{"level":"error","ts":1679398155.4208565,"logger":"controllers.ingress","msg":"unable to determine AWS Shield subscription state, skipping AWS shield reconciliation","error":"WebIdentityErr: failed to retrieve credentials\ncaused by: InvalidIdentityToken: OpenIDConnect provider's HTTPS certificate doesn't match configured thumbprint\n\tstatus code: 400, request id: 6b22cdba-7d87-489d-8366-be27077b2a81"}
Followed these steps as well to check the thumbprint used in the OIDC provider, https://aws.amazon.com/premiumsupport/knowledge-center/eks-error-invalid-identity-token/
and it all matches and the cert is not expired.
We are still getting this error, please help
Steps to reproduce
Followed this aws documentation https://aws.amazon.com/premiumsupport/knowledge-center/eks-alb-ingress-controller-fargate/
Expected outcome
Alb should created
Environment
aws
Additional Context:
The text was updated successfully, but these errors were encountered: