Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kishkinova committed Nov 14, 2024
1 parent c8ef54e commit bdbef18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ public List<FilterDefinition> filters() {
retryFilter.addArg("series", "");
filters.add(retryFilter);

// FilterDefinition rateLimiterFilter = new FilterDefinition();
// rateLimiterFilter.setName("InMemoryRateLimiterFilterFactory");
// filters.add(rateLimiterFilter);

for (String headerName : ignoredHeadersWhenCorsEnabled.split(",")) {
FilterDefinition removeHeaders = new FilterDefinition();
removeHeaders.setName("RemoveRequestHeader");
Expand Down
2 changes: 1 addition & 1 deletion gateway-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ apiml:
catalog:
serviceId: apicatalog
gateway:
servicesToLimitRequestRate: discoverableclient, staticclient
# servicesToLimitRequestRate: discoverableclient, staticclient
registry:
enabled: false
metadata-key-allow-list: zos.sysname,zos.system,zos.sysplex,zos.cpcName,zos.zosName,zos.lpar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ credentials:
clientUser: APIMTST
gatewayServiceConfiguration:
scheme: https
host: localhost
host: gateway-service
port: 10010
internalPorts: 10017
externalPort: 10010
Expand Down

0 comments on commit bdbef18

Please sign in to comment.