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 enforcer functionalities to Envoy filters #2655

Open
3 of 21 tasks
Tharsanan1 opened this issue Nov 20, 2024 · 0 comments
Open
3 of 21 tasks

Move enforcer functionalities to Envoy filters #2655

Tharsanan1 opened this issue Nov 20, 2024 · 0 comments
Assignees

Comments

@Tharsanan1
Copy link
Contributor

Tharsanan1 commented Nov 20, 2024

Description

The current APK architecture employs a Java-based Enforcer for enforcing security, handling analytics, and managing tracing functionalities. However, Java's memory-intensive nature increases deployment costs and limits scalability. This high memory consumption makes APK less marketable to customers who seek lightweight and cost-effective solutions for API gateway needs.’
The following sub tasks are needed to be completed to start the removing functionalities from enforcer and moving to envoy filters.

  • Competitor analysis on how they achieve features supported in enforcer
  • POC on golang filter to test External http calls, External Redis calls
  • Finalize the solution on how we are going to implement each filters in envoy

The following features needs to be implemented in envoy filters and removed from enforcer

Affected Component

None

Version

No response

Related Issues

No response

Suggested Labels

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In-Progress
Development

No branches or pull requests

1 participant