Skip to content

Commit cb7ed45

Browse files
committed
Update KrakenD Schemas
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 1bc8b18 commit cb7ed45

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DEPENDENCIES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ manfred-mac-0-5 https://github.com/getmanfred/mac v0.5
2626
manfred-mac-0-4 https://github.com/getmanfred/mac v0.4
2727
manfred-mac-0-3 https://github.com/getmanfred/mac v0.3
2828
movielabs-omc-2-6 https://github.com/MovieLabs/OMC v2.6-release-1
29-
krakend https://github.com/krakend/krakend-schema 4c89ca963ab5bd2ff4ffc63aae2af44003299140
29+
krakend https://github.com/krakend/krakend-schema 7f016dd8417754b712987ea33a56e71f5ccd2408
3030
octue-power-curve https://github.com/octue/power-curve-schema 1.0.0.alpha-1
3131
usnistgov-mgi-2022-08 https://github.com/usnistgov/mgi-json-schema e5e6aaf3f5eae0d15b88ecbd57f44cc28b035f11
3232
cloudevents-1-0-0 https://github.com/cloudevents/spec v1.0

vendor/krakend/v2.8/telemetry/logging.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"access_log_missing_key_marker": {
4747
"$id": "#access_log_missing_key_marker",
4848
"title": "Access log format missing key",
49-
"description": "Enterprise only. When you use a custom access log format, the character or string you want to print when there is no associated data with that variable. For instance, you have added in the format `%{header.Authorization}` but the header is missing in the request, but the token has no subject.\n\nSee: https://www.krakend.io/docs/logging/",
49+
"description": "Enterprise only. When you use a custom access log format, the variable you are trying to print could be empty. For instance, you have added in the format `%{header.Authorization}` but the header is missing in the request. In this case, the printed value is what you configure here. If the string is set to an empty value, a dash `-` is printed. \n\nSee: https://www.krakend.io/docs/logging/",
5050
"examples": [
5151
"%{default}",
5252
"%{httpdCommon}",
5353
"%{prefix} %{time} [AccessLog] |%{statusCode}| %{latencyMs} | %{clientIP} | %{method} %{path}\n"
5454
],
55-
"default": "",
55+
"default": "-",
5656
"type": "string"
5757
},
5858
"custom_format": {

vendor/krakend/v2.9/telemetry/logging.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"access_log_missing_key_marker": {
4747
"$id": "#access_log_missing_key_marker",
4848
"title": "Access log format missing key",
49-
"description": "Enterprise only. When you use a custom access log format, the character or string you want to print when there is no associated data with that variable. For instance, you have added in the format `%{header.Authorization}` but the header is missing in the request, but the token has no subject.\n\nSee: https://www.krakend.io/docs/logging/",
49+
"description": "Enterprise only. When you use a custom access log format, the variable you are trying to print could be empty. For instance, you have added in the format `%{header.Authorization}` but the header is missing in the request. In this case, the printed value is what you configure here. If the string is set to an empty value, a dash `-` is printed. \n\nSee: https://www.krakend.io/docs/logging/",
5050
"examples": [
5151
"%{default}",
5252
"%{httpdCommon}",
5353
"%{prefix} %{time} [AccessLog] |%{statusCode}| %{latencyMs} | %{clientIP} | %{method} %{path}\n"
5454
],
55-
"default": "",
55+
"default": "-",
5656
"type": "string"
5757
},
5858
"custom_format": {

0 commit comments

Comments
 (0)