@@ -279,13 +279,14 @@ <h3 class="box-title">
279
279
< label class ="control-label "> Rate limit by API Key</ label >
280
280
< div class ="input-group ">
281
281
< input class ="form-control "
282
- ng-model ="endpoint.extra_config['auth/api-keys'].client_max_rate "
283
- id ="endpoint.extra_config['auth/api-keys'].client_max_rate "
284
- name ="endpoint.extra_config['auth/api-keys'].client_max_rate "
285
- type ="number ">
282
+ ng-model ="endpoint.extra_config['auth/api-keys'].client_max_rate "
283
+ id ="endpoint.extra_config['auth/api-keys'].client_max_rate "
284
+ name ="endpoint.extra_config['auth/api-keys'].client_max_rate "
285
+ type ="number ">
286
286
< div class ="input-group-addon "> reqs/sec</ div >
287
287
</ div >
288
- < span class ="help-block "> Maximum requests per second you want to let each API-keys do. Leave < code > 0</ code > or empty for no limit.
288
+ < span class ="help-block "> Maximum requests per second you want to let
289
+ each API-keys do. Leave < code > 0</ code > or empty for no limit.
289
290
</ span >
290
291
</ div >
291
292
</ div >
@@ -305,6 +306,7 @@ <h3 class="box-title">
305
306
plugin ="'ip-filter' " type ="'plugin/req-resp-modifier' "> </ plugin >
306
307
< middleware template ="jose_validator.html " namespace ="'auth/validator' " data ="endpoint ">
307
308
</ middleware >
309
+ < middleware template ="jmespath.html " namespace ="'modifier/jmespath' " data ="endpoint "> </ middleware >
308
310
</ div >
309
311
< div class ="col-md-6 ">
310
312
< middleware template ="websocket.html " namespace ="'websocket' " data ="endpoint ">
@@ -373,6 +375,8 @@ <h3>Request</h3>
373
375
ng-change ="syncHostsInBackend(endpoint_index, backend_index, checked, host.host, host.disable_host_sanitize) ">
374
376
{{ host.host }}
375
377
</ label >
378
+ < span class ="help-block "> All the hosts (round-robin) that can be used to
379
+ request the URL</ span >
376
380
</ div >
377
381
< div class ="radio-inline " ng-repeat ="sd in sd_providers.providers ">
378
382
< label >
@@ -400,7 +404,7 @@ <h3>Request</h3>
400
404
</ select >
401
405
</ div >
402
406
< div class ="col-md-4 ">
403
- < label > Backend endpoint </ label >
407
+ < label > URL </ label >
404
408
< input type ="text " placeholder ="/users/{username} " class ="form-control "
405
409
required ="" ng-model ="backend.url_pattern ">
406
410
@@ -443,9 +447,9 @@ <h3>Request</h3>
443
447
</ div >
444
448
< div class ="col-md-6 ">
445
449
< middleware data ="backend "
446
- inherit ="service.extra_config['auth/client-credentials'] "
447
- template ="oauth.html " namespace ="'auth/client-credentials' ">
448
- </ middleware >
450
+ inherit ="service.extra_config['auth/client-credentials'] "
451
+ template ="oauth.html " namespace ="'auth/client-credentials' ">
452
+ </ middleware >
449
453
< middleware data ="backend " template ="amqp_producer.html "
450
454
namespace ="'backend/amqp/producer' "> </ middleware >
451
455
</ div >
@@ -641,6 +645,7 @@ <h3 class="box-title">Static Response (stub data)</h3>
641
645
Add static response (stub)
642
646
</ button >
643
647
</ div >
648
+ </ div >
644
649
</ fieldset >
645
650
</ form >
646
651
</ div > <!-- /.box-body -->
0 commit comments