This is an automated email from the ASF dual-hosted git repository.

zhengqiwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new c1815f5107 fix: allow access to /log/** path to resolve unauthorized 
error on refresh (#3858)
c1815f5107 is described below

commit c1815f510701f6511e508002efde1ce010c25525
Author: Yang Chen <[email protected]>
AuthorDate: Tue Nov 18 01:33:29 2025 +0800

    fix: allow access to /log/** path to resolve unauthorized error on refresh 
(#3858)
    
    Co-authored-by: Calvin <[email protected]>
---
 hertzbeat-startup/src/main/resources/sureness.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hertzbeat-startup/src/main/resources/sureness.yml 
b/hertzbeat-startup/src/main/resources/sureness.yml
index f04c5a2f7d..b547db30c4 100644
--- a/hertzbeat-startup/src/main/resources/sureness.yml
+++ b/hertzbeat-startup/src/main/resources/sureness.yml
@@ -94,6 +94,7 @@ excludedResource:
   - /setting/**===get
   - /passport/**===get
   - /status/**===get
+  - /log/**===get
   - /**/*.html===get
   - /**/*.js===get
   - /**/*.css===get


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to