awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
307 stars 109 forks source link

fixing upjet aws provider v1.3.0 bug with ClusterAuth #189

Closed edgarsilva948 closed 1 month ago

edgarsilva948 commented 1 month ago

What does this PR do?

This pull request updates the provider-upjet-aws version to v1.4.0 in Crossplane configuration. This version update addresses a critical issue where the ClusterAuth resource was incorrectly handling kubeconfig authorizations, leading to unauthorized errors when interacting with EKS clusters.

Motivation

I found this issue with the ClusterAuth resource while using the provider-upjet-aws v1.3.0, where it resulted in unauthorized errors when trying to generate kubeconfig for EKS clusters.

More

Note:

For Moderators

Additional Notes