awslabs / crossplane-on-eks

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

fix irsa composition passing config provider name #78

Closed csantanapr closed 1 year ago

csantanapr commented 1 year ago

Signed-off-by: Carlos Santana csantana23@gmail.com

What does this PR do?

fix irsa composition passing config provider name

Motivation

The composition for irsa is broken due to not passing the config provider name from the claim down to managed resources of type Role. When is not passed the default value for config provider name is default and if user didn't name the config provider default the managed resource fails

More

Note:

For Moderators

Additional Notes

nabuskey commented 1 year ago

This was addressed in https://github.com/awslabs/crossplane-on-eks/pull/67. Sorry about this, it was my oversight. Thanks for this though!