mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 04:12:11 +08:00
perf(X-Pack): Hmac 支持设置签名有效期
This commit is contained in:
committed by
fit2cloud-chenyw
parent
aa81f728bc
commit
0e392358f5
@@ -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',
|
||||
|
||||
@@ -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 設置',
|
||||
|
||||
@@ -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 设置',
|
||||
|
||||
Reference in New Issue
Block a user