amazon-apigateway-ingress-controller
amazon-apigateway-ingress-controller copied to clipboard
A Kubernetes controller for managing Amazon API Gateways
*Issue #, if available:* *Description of changes:* 1. Migrate from deps to go modules - This is done mainly to use latest version of the goformation 2. WAF 2 integration...
I'm trying to integrate this api-gateway ingress controller with pods that are running on fargate. But i'm getting following error, `{"level":"info","ts":1613314030.3956022,"caller":"ingress/ingress_controller.go:609","msg":"fetching proxy service details"} {"level":"info","ts":1613314030.3956294,"caller":"ingress/ingress_controller.go:171","msg":"fetching worker nodes"} {"level":"info","ts":1613314030.3958447,"caller":"ingress/ingress_controller.go:191","msg":"getting vpcID, securityGroups,...
We are using API Gateway Ingress controller in our project and we have a requirement to change the default SecurityPolicy to TLS_1_2. As I see at the moment the AWSApiGatewayDomainName...
Hello, Does it support Istio today? If yes, what is the recommended setup? if not, are there any plans to support it? Thank you, Yossi
I followed this blog (https://aws.amazon.com/blogs/containers/api-gateway-as-an-ingress-controller-for-eks/) to setup an eks cluster with managed nodes and api-gateway ingress controller. Right after Step 6 in the blog, I was supposed to find api-reverse-proxy...
when I run "make docker-build", I get below error. Could you please supply a solution? Thanks a lot. go generate ./pkg/... ./cmd/... go fmt ./pkg/... ./cmd/... go vet ./pkg/... ./cmd/......
When I deploy APIgateway ingress controller in cn-northwest-1 region. The stack can be created. However, it will become ROLLBACK_COMPLETE. The RESTAPI failed to create withe following event: 2020-11-04 23:36:00 UTC+0800...
*Issue #, if available:* code addressed the below issue (multiple subnets in same AZ) https://github.com/awslabs/amazon-apigateway-ingress-controller/issues/20 *Description of changes:* ASG provide multiple subnets. Following code ensure to have only one subnet...
Hi Guys, I have noticed that automatic subnets ids discovery is prone to errors. It is happening when you have multiple private subnets in the same availability zone. **What's is...
When will this: https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/ be supported by api gateway ingress controller? Is there a roadmap / estimation for this? Thanks! Because we don't really want to use kube2iam; we were...