Open cchristodulis opened 6 years ago
PR #223 address this issue by leverages existing gateway security features (basic auth & ldap) to authenticate incoming requests to open a new websocket connection.
@Beerinder - let me know whether the provided solution is sufficient for this ticket @jpark800 - adding you for review this ticket
Basic auth and key based auth are not interchangeable. I suggest adding a key based auth example with a file-based api key store with an interface based design so that other types of the api key stores can be substituted for.
Moving to the backlog due to the dependecy on apikey based authentication feature to be available in the future release.
As an API Provider, I would like to implement key-based security so that I can authenticate incoming requests to open a new WebSockets connection