PGBI / kong-dashboard

Dashboard for managing Kong gateway
MIT License
2.17k stars 390 forks source link

Support LDAP as authentication for administering Kong #74

Open puspa opened 7 years ago

puspa commented 7 years ago

Can/Does Kong Dashboard support authentication using LDAP?

Our current Kong setup proxies the admin via Kong itself(avoiding the need for opening admin port). Using basic-auth plugin with the proxied kong admin endpoint works but for compliance reason we don't want to maintain/administer admin username/password.

Is it possible to use Kong Dashboard to authenticate using ldap-auth plugin? If not, can this support be added?

Thanks in advance for your input.