Вопрос

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