fix: update collaborator access mode and httpsign (#38894, #38862) (#38895)

backport #38894, partially #38862
This commit is contained in:
wxiaoguang
2026-08-13 17:59:07 +08:00
committed by GitHub
parent 88b56d408d
commit 0acbcc58a7
8 changed files with 38 additions and 79 deletions

View File

@@ -78,8 +78,6 @@ func (h *HTTPSign) Verify(req *http.Request, w http.ResponseWriter, store DataSt
return nil, err
}
store.GetData()["IsApiToken"] = true
log.Trace("HTTP Sign: Logged in user %-v", u)
return u, nil