set agent setup token expired in one hour
This commit is contained in:
parent
5274657f03
commit
24072cd0a1
|
@ -28,7 +28,7 @@ type Token struct {
|
||||||
UserID string
|
UserID string
|
||||||
}
|
}
|
||||||
|
|
||||||
const ExpiredIn = time.Millisecond * 1000 * 60 * 20
|
const ExpiredIn = time.Millisecond * 1000 * 60 * 60
|
||||||
func (h *APIHandler) generateInstallCommand(w http.ResponseWriter, req *http.Request, ps httprouter.Params) {
|
func (h *APIHandler) generateInstallCommand(w http.ResponseWriter, req *http.Request, ps httprouter.Params) {
|
||||||
claims, ok := req.Context().Value("user").(*rbac.UserClaims)
|
claims, ok := req.Context().Value("user").(*rbac.UserClaims)
|
||||||
if !ok {
|
if !ok {
|
||||||
|
|
Loading…
Reference in New Issue