From 4eba3e6d4af54b885c6199f45f40c601bc7b225c Mon Sep 17 00:00:00 2001 From: Bryan Wendlandt <74682355+bwendlandt-intel@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:18:23 -0700 Subject: [PATCH] fix: remove special chars from kong secret (#355) --- docs/GetStarted/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GetStarted/setup.md b/docs/GetStarted/setup.md index da86267d5..e17e21e47 100644 --- a/docs/GetStarted/setup.md +++ b/docs/GetStarted/setup.md @@ -69,7 +69,7 @@ Set the shared secret used in Kong for JWT authentication. jwt_secrets: - consumer: admin key: 9EmRJTbIiIb4bIeSsmgcWIjrR6HyETqc #sample key - secret: "Yq3t6w9z$C&E)H@McQfTjWnZr4u7x!A%" #sample secret, DO NOT use for production + secret: "Yq3t6w9z6CbE3HRMcQfTjWnZr4u7x6AJ" #sample secret, DO NOT use for production ``` 3. Save and close the file.