Skip to content

Commit ecc234e

Browse files
committed
[fapi] Correct boolean value in the schema
1 parent 223b7c4 commit ecc234e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gateway/src/apicast/policy/fapi/apicast-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"description": "Validate x-fapi-customer-ip-address header. If the verification fails, the request will be rejected with 403",
1313
"title": "Validate x-fapi-customer-ip-address header",
1414
"type": "boolean",
15-
"default": "false"
15+
"default": false
1616
},
1717
"validate_oauth2_certificate_bound_access_token ": {
1818
"description": "Validate OAuth 2.0 Mutual TLS Certificate Bound access token. If enable, all tokens are verified and must contain the certificate hash claim (cnf). If the verification fails, the request will be rejected with 401.",
1919
"title": "Validate OAuth 2.0 Mutual TLS Certificate Bound access token",
2020
"type": "boolean",
21-
"default": "false"
21+
"default": false
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)