We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With AWS provider 0.27.0, i am trying to deploy a method on a RestAPI :
apiVersion: apigateway.aws.crossplane.io/v1alpha1 kind: Method metadata: name: test-method spec: deletionPolicy: Delete forProvider: authorizationType: NONE httpMethod: ANY region: eu-west-1 restApiId: <apiID> providerConfigRef: name: aws-provider
No event are generated, the resource is never deployed, not ready, not synced (no logs in aws provider pod) :
This issue happens for domain name as well.
Deploy a method or a domain name on apigateway.aws.crossplane.io group version v1alpha1
Crossplane version: 1.6.3 AWS Provider : 0.27.0 Kubernetes version : v1.21.9-eks-0d102a7 Kubernetes distribution : EKS
The text was updated successfully, but these errors were encountered:
Apigateway RestAPI and Resource objects were introduced in #1230, and those are currently the only objects available for the apigateway service.
Sorry, something went wrong.
Ok, thank you for your quick reply.
No branches or pull requests
What happened?
With AWS provider 0.27.0, i am trying to deploy a method on a RestAPI :
No event are generated, the resource is never deployed, not ready, not synced (no logs in aws provider pod) :
This issue happens for domain name as well.
How can we reproduce it?
Deploy a method or a domain name on apigateway.aws.crossplane.io group version v1alpha1
What environment did it happen in?
Crossplane version: 1.6.3
AWS Provider : 0.27.0
Kubernetes version : v1.21.9-eks-0d102a7
Kubernetes distribution : EKS
The text was updated successfully, but these errors were encountered: