Skip to content

Commit 7818f13

Browse files
committed
Some tweaks for FAPI policy metadata
1 parent cd3517a commit 7818f13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"$schema": "http://apicast.io/policy-v1/schema",
3-
"name": "The Financial-grade API (FAPI)",
3+
"name": "Financial-grade API (FAPI)",
44
"summary": "Support FAPI profiles",
5-
"description": ["This policy adding support for Financial-grade API (API) profiles"
5+
"description": ["This policy adds support for Financial-grade API (API) profiles."
66
],
77
"version": "builtin",
88
"configuration": {
99
"type": "object",
1010
"properties": {
1111
"validate_x_fapi_customer_ip_address": {
12-
"description": "Validate x-fapi-customer-ip-address header. If the verification fails, the request will be rejected with 403",
12+
"description": "If the verification fails, the request will be rejected with 403.",
1313
"title": "Validate x-fapi-customer-ip-address header",
1414
"type": "boolean",
1515
"default": false
1616
},
1717
"validate_oauth2_certificate_bound_access_token ": {
18-
"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.",
18+
"description": "If enabled, 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",
2121
"default": false

0 commit comments

Comments
 (0)