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

Manage authentication at API gateway level

Open AlbertoArdu opened this issue 4 years ago • 1 comments

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 alternative would be to configure this behaviour manually, and in the controller use an existing API gateway instance, instead of letting it create a new one.

AlbertoArdu avatar Mar 30 '20 10:03 AlbertoArdu

I stumble upon the same issue, I've forked and eliminated Auth on the APIG by default: you can compile it at: https://github.com/branst/amazon-apigateway-ingress-controller

branst avatar Jul 10 '20 17:07 branst