Skip to content
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

Apigateway method does not seems to work #1311

Closed
YannickWeScale opened this issue May 17, 2022 · 2 comments
Closed

Apigateway method does not seems to work #1311

YannickWeScale opened this issue May 17, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@YannickWeScale
Copy link

YannickWeScale commented May 17, 2022

What happened?

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) :

Capture d’écran 2022-05-17 à 15 47 03

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

@YannickWeScale YannickWeScale added the bug Something isn't working label May 17, 2022
@tiagoposse
Copy link
Contributor

Apigateway RestAPI and Resource objects were introduced in #1230, and those are currently the only objects available for the apigateway service.

@YannickWeScale
Copy link
Author

Ok, thank you for your quick reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants