amazon-apigateway-ingress-controller icon indicating copy to clipboard operation
amazon-apigateway-ingress-controller copied to clipboard

A Kubernetes controller for managing Amazon API Gateways

Results 20 amazon-apigateway-ingress-controller issues
Sort by recently updated
recently updated
newest added

I would still need the edge optimisation, throttling, logging but not the authorisation. It needs to be public

When running `make docker-build`, assuming one does not `go get` the dependencies separately, the command fails with something similar to: ``` pkg/cloudformation/cloudformation.go:10:2: cannot find package "github.com/awslabs/goformation/cloudformation/resources" in any of: /usr/local/opt/go/libexec/src/github.com/awslabs/goformation/cloudformation/resources...

Would it be possible to manage the authentication at the API gateway level, leveraging the Cognito service and then forward the request to the application after an access control? An...

Hi, This is a great controller that automate the apigateway integration with microservices. I am using CI/CD with helm upgrade to deploy. At the moment, I am exploring the options...

*What Do you expect to happen* Make a change to the spec, adding or removing a path, and have the apigateway updated to reflect that change. *What happens now* Make...

Hi, I want to use lambda functions to authorized instead of client arn. So could you guide me how to do this, and list of anotation. Thank you

We [launched IRSA](https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/) in September 2019 and it is now the official way to handle pod-level least privileges. Please move to IRSA as soon as possible.

enhancement
help wanted

While looking at measures to reduce potential risk of cost in a DDOS, I noticed that we can't define any throttling settings, which would be very useful for this controller....

enhancement
good first issue

Is there a way to add the nginx cors annotations using the apigateway ingress? I've tried adding the following annotations: apigateway.ingress.kubernetes.io/enable-cors: "true" apigateway.ingress.kubernetes.io/cors-allow-methods: "DELETE, PUT, GET, POST, OPTIONS" apigateway.ingress.kubernetes.io/cors-allow-origin: "*"...

enhancement