Skip to content

Commit 9a9e3a8

Browse files
committed
disable backet4j
Signed-off-by: Valeriy Svydenko <[email protected]>
1 parent 3a49a14 commit 9a9e3a8

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

dependencies/che-plugin-registry/build/dockerfiles/application.yaml

+1-35
Original file line numberDiff line numberDiff line change
@@ -72,41 +72,7 @@ org:
7272
allow-anonymous-data-usage: false
7373

7474
bucket4j:
75-
enabled: true
76-
filters:
77-
- cache-name: buckets
78-
url: '/api/-/(namespace/create|publish)'
79-
http-response-headers:
80-
Access-Control-Allow-Origin: '*'
81-
Access-Control-Expose-Headers: X-Rate-Limit-Retry-After-Seconds, X-Rate-Limit-Remaining
82-
rate-limits:
83-
- cache-key: getParameter("token")
84-
bandwidths:
85-
- capacity: 15
86-
time: 1
87-
unit: seconds
88-
- cache-name: buckets
89-
url: '/vscode/asset/.*/.*/.*/Microsoft.VisualStudio.Services.Icons.Default'
90-
http-response-headers:
91-
Access-Control-Allow-Origin: '*'
92-
Access-Control-Expose-Headers: X-Rate-Limit-Retry-After-Seconds, X-Rate-Limit-Remaining
93-
rate-limits:
94-
- cache-key: getRemoteAddr()
95-
bandwidths:
96-
- capacity: 75
97-
time: 1
98-
unit: seconds
99-
- cache-name: buckets
100-
url: '/vscode/(?!asset/.*/.*/.*/Microsoft.VisualStudio.Services.Icons.Default).*|/api/(?!(.*/.*/review(/delete)?)|(-/(namespace/create|publish))).*'
101-
http-response-headers:
102-
Access-Control-Allow-Origin: '*'
103-
Access-Control-Expose-Headers: X-Rate-Limit-Retry-After-Seconds, X-Rate-Limit-Remaining
104-
rate-limits:
105-
- cache-key: getRemoteAddr()
106-
bandwidths:
107-
- capacity: 15
108-
time: 1
109-
unit: seconds
75+
enabled: false
11076

11177
ovsx:
11278
elasticsearch:

0 commit comments

Comments
 (0)