-
Notifications
You must be signed in to change notification settings - Fork 12
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 configuration for serverBasePath and serverRequestHeader #34
Comments
Hi, Why do you want to expose If only for plugin imo there is no such need. Plugin does not make requests directly to IMO you should expose only kibana and keep This approach is more secure. Best regards, |
hi @Karql , kibana is an frontend application and not behind the api-gateway. The api-gateway only support REST calls. |
the api gateway only supports REST conform APIs and not all HTTP requests. sessions and other http features are not supported I implemented both optional parameters in PR #35. |
Hi,
we split our frontend- and backend-systems and we want to host the elastalert2 server behind an api-gateway.
This api-gateway hosts many APIs so we need a basePath option for selecting the elastalert server.
Additional we must add custom headers on each request, so we can authenticate against our api-gateway.
i will prepare a pull-request for both.
regards
André
The text was updated successfully, but these errors were encountered: