I am using AWS EC2 instances with ELB. I know that ELB itself has SSL connection enabled. My EC2 instances does not support SSL.

Here comes my problem. I need to implement some kind of authentication method like oAuth.

Is there a way to authenticate users with ELB?

有帮助吗?

解决方案

其他提示

In Kong, you can do one thing. You can terminate SSL (trusted, can use free SSL via ACM) on ELB of KONG and use the feature Accept HTTP if already terminated in OAUTH2 plugin. But keep in mind the ELB Listeners will be (Secure TCP 443)--> (Secure TCP 8443 [https port exposed by KONG]).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top