From c6ce9475b6120bb394e7ef318e512df96f7480a8 Mon Sep 17 00:00:00 2001 From: Miguel Savignano Date: Fri, 29 Sep 2023 01:37:53 +0200 Subject: [PATCH] debug false --- plugins/jwt-claims/schema.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jwt-claims/schema.lua b/plugins/jwt-claims/schema.lua index 210fd78..0822ec0 100644 --- a/plugins/jwt-claims/schema.lua +++ b/plugins/jwt-claims/schema.lua @@ -10,7 +10,7 @@ return { { jwt_token_header = { description = "header with jwt decoded", type = "string" }, }, { claim_header_prefix = { description = "header prefix name for each claim", type = "string", default = "x-jwt-claim-" }, }, { authorization_header = { description = "header to fetch JWT token", type = "string", default = "Authorization" }, }, - { debug = { description = "print debug logs", type = "boolean" }, }, + { debug = { description = "print debug logs", type = "boolean", default = false }, }, }, }, }, }, }