amazon-apigateway-ingress-controller
amazon-apigateway-ingress-controller copied to clipboard
Can the authorizer be made optional, incase I am trying to set this gateway for a public website
I would still need the edge optimisation, throttling, logging but not the authorisation.
It needs to be public
Agree, removing the annotarion of client arn doesnt make the APIG methods public.
Any chance of implementing this>
I've forked and eliminated Auth by default: you can compile it at: https://github.com/branst/amazon-apigateway-ingress-controller
+1 for this. Use case is to handle Cognito-based authentication at the load balancer.