From ae737ed81b04d37f617ff4fefcb9dea8500c8405 Mon Sep 17 00:00:00 2001 From: vinay-gopalan <86625824+vinay-gopalan@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:00:37 -0700 Subject: [PATCH] Fix typo in documentation for JWT Auth Role (#2258) --- vault/resource_jwt_auth_backend_role.go | 2 +- website/docs/r/jwt_auth_backend_role.html.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vault/resource_jwt_auth_backend_role.go b/vault/resource_jwt_auth_backend_role.go index 4c83eaf06..4f62dc2b7 100644 --- a/vault/resource_jwt_auth_backend_role.go +++ b/vault/resource_jwt_auth_backend_role.go @@ -60,7 +60,7 @@ func jwtAuthBackendRoleResource() *schema.Resource { Type: schema.TypeInt, Optional: true, Default: 0, - Description: "The amount of leeway to add to expiration (exp) claims to account for clock skew, in seconds. Defaults to 60 seconds if set to 0 and can be disabled if set to -1. Only applicable with 'jwt' roles.", + Description: "The amount of leeway to add to expiration (exp) claims to account for clock skew, in seconds. Defaults to 150 seconds if set to 0 and can be disabled if set to -1. Only applicable with 'jwt' roles.", }, "not_before_leeway": { Type: schema.TypeInt, diff --git a/website/docs/r/jwt_auth_backend_role.html.md b/website/docs/r/jwt_auth_backend_role.html.md index 7228a273d..2020c09dd 100644 --- a/website/docs/r/jwt_auth_backend_role.html.md +++ b/website/docs/r/jwt_auth_backend_role.html.md @@ -113,11 +113,11 @@ The following arguments are supported: Only applicable with "jwt" roles. * `expiration_leeway` - (Optional) The amount of leeway to add to expiration (`exp`) claims to account for - clock skew, in seconds. Defaults to `60` seconds if set to `0` and can be disabled if set to `-1`. + clock skew, in seconds. Defaults to `150` seconds if set to `0` and can be disabled if set to `-1`. Only applicable with "jwt" roles. * `not_before_leeway` - (Optional) The amount of leeway to add to not before (`nbf`) claims to account for - clock skew, in seconds. Defaults to `60` seconds if set to `0` and can be disabled if set to `-1`. + clock skew, in seconds. Defaults to `150` seconds if set to `0` and can be disabled if set to `-1`. Only applicable with "jwt" roles. * `verbose_oidc_logging` - (Optional) Log received OIDC tokens and claims when debug-level