Skip to content

Commit 8a4d401

Browse files
Merge 6a5e556 into backport/VAULT-40413/change-to-debug-level/brightly-worthy-hedgehog
2 parents a439c02 + 6a5e556 commit 8a4d401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

path_role.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func (b *kubeAuthBackend) pathRoleCreateUpdate(ctx context.Context, req *logical
349349
resp = &logical.Response{}
350350
}
351351

352-
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)
352+
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)
353353
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))
354354
}
355355

0 commit comments

Comments
 (0)