api version changed and openssl support 64 in xray

This commit is contained in:
Logeshwarsn
2022-06-14 13:17:46 +05:30
parent d8a72bb1c2
commit 8483d4d330
4 changed files with 9 additions and 9 deletions

View File

@@ -227,11 +227,11 @@
"password": "Xray master Key",
"confirmPassword": "Confirm master Key"
},
"toolTip": "Master key for Xray instance. Generate master.key using command '$openssl rand -hex 16'",
"toolTip": "Master key for Xray instance. Generate master.key using command '$openssl rand -hex 32'",
"constraints": {
"required": true,
"regex": "^[a-z0-9A-Z]{12,32}$",
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-32 characters long."
"regex": "^[a-z0-9A-Z]{12,64}$",
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
},
"options": {
"hideConfirmation": true
@@ -247,8 +247,8 @@
"toolTip": "Join key from Artifactory cluster. You can copy Join key from the Artifactory UI, Security -> Settings -> Connection details",
"constraints": {
"required": true,
"regex": "^[a-z0-9A-Z]{12,32}$",
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-32 characters long."
"regex": "^[a-z0-9A-Z]{12,64}$",
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
},
"options": {
"hideConfirmation": true