perf(X-Pack): Hmac 支持设置签名有效期

This commit is contained in:
fit2cloud-chenyw
2026-04-21 16:05:39 +08:00
committed by fit2cloud-chenyw
parent aa81f728bc
commit 0e392358f5
3 changed files with 13 additions and 3 deletions

View File

@@ -4821,7 +4821,11 @@ export default {
},
setting_hmac: {
title: 'HMAC Settings',
enable: 'Enable HMAC Authentication'
enable: 'Enable HMAC Authentication',
clock_skew: 'Clock skew',
clock_skew_tips:
'Unit: seconds, default is 300, which allows a time difference of up to 5 minutes between the request time and server time',
clock_skew_range: 'Clock skew range is 1-{0} seconds'
},
setting_mfa: {
title: 'MFA Settings',

View File

@@ -4677,7 +4677,10 @@ export default {
},
setting_hmac: {
title: 'HMAC 設定',
enable: '啟用 HMAC 認證'
enable: '啟用 HMAC 認證',
clock_skew: '時鐘偏差',
clock_skew_tips: '單位默認為300即允許請求時間與伺服器時間相差5分鐘',
clock_skew_range: '時鐘偏差範圍為 1-{0} 秒'
},
setting_mfa: {
title: 'MFA 設置',

View File

@@ -4686,7 +4686,10 @@ export default {
},
setting_hmac: {
title: 'HMAC 设置',
enable: '启用 HMAC 认证'
enable: '启用 HMAC 认证',
clock_skew: '时钟偏差',
clock_skew_tips: '单位默认为300即允许请求时间与服务器时间相差5分钟',
clock_skew_range: '时钟偏差范围为 1-{0} 秒'
},
setting_mfa: {
title: 'MFA 设置',