Skip to content

EKS: Provide user feedback on AWS authorization errors

Stan Hu requested to merge sh-eks-error-feedback into master

Previously if you fail to configure your AWS credentials properly in the EKS integration, you see an opaque error:

Error: Request failed with status code 422

This change now provides more direct feedback to the user, such as:

Validation errors:

image

Access denied errors:

image

Relates to #291016 (closed)

Edited by Stan Hu

Merge request reports