-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: All responses from gateway should have a json header
* jolokia-agent.ts * Without the json header, all responses return with a content-type of text/html and the response body is blank when built and installed * Mandating a json header ensures the jolokia data is correctly populated in the response body * rbac.ts * Adds tracing for debugging purposes * gateway-api.ts * Adds a custom limit to each of the gateway endpoints * proxy-dev-server.js * Fixes the logger due to no longer using express-pino-logger
- Loading branch information
1 parent
c942a6f
commit ef9fffe
Showing
4 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters