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
I checked the value of .sepc.forProvider.rule.[].destination.encryptionConfiguration[].replicaKmsKeyId that should contain the ARN for the key and it contains just the key ID. Seems like AWS API is expecting the ARN instead of the the key. To get the key value we are using
### Crossplane Version
v1.16.0
### Provider Version
v1.13.0
### Kubernetes Version
1.30.3
### Kubernetes Distribution
K3d
### Additional Info
_No response_
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Affected Resource(s)
s3.aws.upbound.io/v1beta1 - BucketReplicationConfiguration
Resource MRs required to reproduce the bug
Steps to Reproduce
v1.13.0
)What happened?
The resource
BucketReplicationConfiguration
is in a not ready state. Checking in cloudTrain I found the following errorI checked the value of
.sepc.forProvider.rule.[].destination.encryptionConfiguration[].replicaKmsKeyId
that should contain the ARN for the key and it contains just the key ID. Seems like AWS API is expecting the ARN instead of the the key. To get the key value we are usingSeems like
replicaKmsKeyIdRef
is resolving the var name using the key ID instead of the ARNRelevant Error Output Snippet
The text was updated successfully, but these errors were encountered: