From 19d9dd3cd2995a92918b8097e7be93cce18626ab Mon Sep 17 00:00:00 2001 From: Jaired Jawed Date: Tue, 28 Oct 2025 14:00:48 -0700 Subject: [PATCH] Update path_role.go --- path_role.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path_role.go b/path_role.go index 31da7aee..1f864952 100644 --- a/path_role.go +++ b/path_role.go @@ -349,7 +349,7 @@ func (b *kubeAuthBackend) pathRoleCreateUpdate(ctx context.Context, req *logical resp = &logical.Response{} } - b.Logger().Warn("This role does not have an audience configured. While audiences are not required, consider specifying one if your use case would benefit from additional JWT claim verification.", "role_name", roleName) + b.Logger().Debug("This role does not have an audience configured. While audiences are not required, consider specifying one if your use case would benefit from additional JWT claim verification.", "role_name", roleName) resp.AddWarning(fmt.Sprintf("Role %s does not have an audience configured. While audiences are not required, consider specifying one if your use case would benefit from additional JWT claim verification.", roleName)) }