Skip to content

Commit bd530be

Browse files
authored
update nic jwks keycache docs (#1028)
1 parent 134a448 commit bd530be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nic/configuration/policy-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ This feature is implemented using the NGINX Plus directive [auth_jwt_key_request
449449
|Field | Description | Type | Required |
450450
| ---| ---| ---| --- |
451451
|``jwksURI`` | The remote URI where the request will be sent to retrieve JSON Web Key set| ``string`` | Yes |
452-
|``keyCache`` | Enables in-memory caching of JWKS (JSON Web Key Sets) that are obtained from the ``jwksURI`` and sets a valid time for expiration. | ``string`` | Yes |
452+
|``keyCache`` | Enables in-memory caching of JWKS (JSON Web Key Sets) that are obtained from the ``jwksURI`` and sets a valid time for expiration. To disable ``keyCache``, set value to ``0s``. | ``string`` | Yes |
453453
|``realm`` | The realm of the JWT. | ``string`` | Yes |
454454
|``token`` | The token specifies a variable that contains the JSON Web Token. By default the JWT is passed in the ``Authorization`` header as a Bearer Token. JWT may be also passed as a cookie or a part of a query string, for example: ``$cookie_auth_token``. Accepted variables are ``$http_``, ``$arg_``, ``$cookie_``. | ``string`` | No |
455455
{{% /table %}}

0 commit comments

Comments
 (0)