This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
generated from crossplane/provider-template
-
Notifications
You must be signed in to change notification settings - Fork 30
Strange error when creating a 'connection' resource in AWS EventBridge API destinations #215
Labels
bug
Something isn't working
Comments
Can you add the full kubectl describe for this resource ? |
Here it is
|
@haarchri Did you get some time to look into this ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What happened?
We are trying to create a
connection
resource referring to the CRD here however we are getting a strange error.The error message says
Failed to create the connection(s). Parameter OAuthHttpParameters is not valid. Reason: Parameter BodyParameters is not valid. Reason: Missing required field(s): 'Value'. status code: 400, request id: 8a2b0f3c-4156-4bf3-9fe5-ba9239370a57: : File name: main.tf.json
There is not an option to specify the
Value
field, so we thought this would be automatically generated from theValueSecretRef
object. And we created a k8s secret to store the value fields and referenced the same in theValueSecretRef
, however still its complaining. So we are kind of perplexed here about what could be wrong.How can we reproduce it?
What environment did it happen in?
Crossplane version: 1.6.2
The text was updated successfully, but these errors were encountered: