-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Replicationgroup.elasticache.aws.upbound.io in async after aws provider upgrade from 1.3.1 to 1.6.0 #1370
Comments
@fola-ooo At version v1.6.1 there is a new field autoGenerateAuthToken, maybe trying to force as false, solves this issue. |
this issue is also apperent in on 1.7.0
i have tested all combinations to allow this object to be synced and ready ,
tried -
all these attempts resulted with the same scenario - which after creation of replicationgroup fails the reconcile step . please help |
Facing the same issue. |
I believe this is caused by hashicorp/terraform-provider-aws#38209 |
I reproduced this issue on v1.11.0. At least for my use case, I can work around this by setting Can some of the affected users with different configurations try setting that parameter and see if it helps? What's going on is that the terraform provider introduced a breaking change when they added the |
Hello @mbbush , Thanks for looking into this issue. In fact that configuration allows importing existing Elastic caches without the need to set the AuthToken, however by adding the "initProvider" config to the composition it will break the creation of new elastic caches cause it will always create them without AuthToken, meaning new elastic cache will always be created without credentials. Ideally we should be able to:
|
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
Hi I'm trying to implement your work around. It works fine when directly applying / editing the ReplicationGroup resource |
Is there an existing issue for this?
Affected Resource(s)
ReplicationGroup.elasticache.aws.upbound.io/v1beta2
Resource MRs required to reproduce the bug
Steps to Reproduce
Using the manifest above, create replication group with all upbound providers and aws family in version 1.3.1. Upgrade elasticache provider to 1.6.0
What happened?
Replication groups went into Async state
Relevant Error Output Snippet
Crossplane Version
1.15.3
Provider Version
1.6.0
Kubernetes Version
1.29.2
Kubernetes Distribution
EKS
Additional Info
No response
The text was updated successfully, but these errors were encountered: