You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading provider-aws from 0.39.0 to 0.41.0, policies defined in my composite resources started failing with the error below. The error goes away after rolling back to 0.39.0
2023-06-23T15:45:13.359Z DEBUG events
cannot check if policy is up to date: invalid character '%!'(MISSING) looking for beginning of value
{
"type": "Warning",
"object":
{
"kind":"Policy",
"name":"policies-aws-secrets-manager",
"uid":"8e5e38c4-506e-412a-b05e-733cb9137eac",
"apiVersion":"iam.aws.crossplane.io/v1beta1",
"resourceVersion":"3054451"
},
"reason": "CannotObserveExternalResource"
}
What happened?
After upgrading provider-aws from 0.39.0 to 0.41.0, policies defined in my composite resources started failing with the error below. The error goes away after rolling back to 0.39.0
This is a sample failing resource:
How can we reproduce it?
Install provider-aws v0.41.0
Try to have a composite resource containing a similar policy to the one above
What environment did it happen in?
Crossplane version: 12.2.2
Provider-aws version: 0.41.0
K8s version. 1.27.3
K8s distro: EKS
The text was updated successfully, but these errors were encountered: