Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from HAProxy API Gateway to Kong #61

Open
ihatelactose opened this issue May 17, 2023 · 0 comments
Open

Move from HAProxy API Gateway to Kong #61

ihatelactose opened this issue May 17, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ihatelactose
Copy link
Contributor

ihatelactose commented May 17, 2023

Description

A microservices pattern is best if it supports API Gateway since using an API Gateway takes away a lot of logic that can cause issues.

Current implementation and issues

The current implementation of the API Gateway uses a community plugin that uses a JWT Verify Lua file to implement authentication and redirection to HAProxy, this might be good however provides very low features compared to a real and fully blown API Gateway.

Proposed Solution

Move to Kong, at the time of implementation we were using APISIX however that went bust due to release and simplicity reasons. However this seems perfect scenario to deploy an API Gateway that can give us exactly what we need and help with more features required by the developers using the repository!

@ihatelactose ihatelactose added the enhancement New feature or request label May 17, 2023
@ihatelactose ihatelactose self-assigned this May 17, 2023
@ihatelactose ihatelactose changed the title Move from HAProxy API Gateway to Apache APISIX Move from HAProxy API Gateway to Kong May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant