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
fix: set ShowCacheNodeInfo parameter to true for CacheClusters (#185)
Description of changes:
The AWS ElastiCache DescribeCacheClusters API requires the `ShowCacheNodeInfo` parameter to be explicitly set to `true` to return cache node details including endpoints. The ACK controller was calling this API without this parameter, resulting in responses that contained cluster metadata but omitted the node details like endpoints.
Added a direct modification to the sdkFind function in `pkg/resource/cache_cluster/sdk.go` to set `ShowCacheNodeInfo = true` on all `DescribeCacheClusters` API calls.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments