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

Add embeddable option #1

Open
gustapinto opened this issue Oct 15, 2024 · 0 comments
Open

Add embeddable option #1

gustapinto opened this issue Oct 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gustapinto
Copy link
Owner

I think its possible to decouple the gatekeeper startup from the cmd/api_gatekeeper/main.go and allow it to be embedded in other go based backends, so it can be used on two ways:

  1. As a standalone application sitting in front of one or many backends, using a condiguration file
    standalone

  2. OR as a module embedded in a single backend, probably using a static config struct like APIGatekeeperBackend
    module

@gustapinto gustapinto added the enhancement New feature or request label Oct 15, 2024
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