mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: azure - fixing SSH key parameter in Single Node CUID
parent
331a102a19
commit
1d3cba9517
|
@ -667,24 +667,23 @@
|
|||
},
|
||||
{
|
||||
"name": "adminSshKey",
|
||||
"resourceTypes": [
|
||||
"Microsoft.Compute/sshPublicKeys"
|
||||
],
|
||||
"type": "Microsoft.Compute.CredentialsCombo",
|
||||
"label": {
|
||||
"password": "SSH Key",
|
||||
"confirmPassword": "Confirm password"
|
||||
"authenticationType": "Authentication type",
|
||||
"sshPublicKey": "SSH public key"
|
||||
},
|
||||
"toolTip": {
|
||||
"authenticationType": "",
|
||||
"sshPublicKey": "SSH Key for the Virtual Machine."
|
||||
},
|
||||
"defaultValue": "",
|
||||
"toolTip": "SSH Key for the Virtual Machine.",
|
||||
"constraints": {
|
||||
"required": true,
|
||||
"regex": "",
|
||||
"validationMessage": "",
|
||||
"validations": []
|
||||
"required": true
|
||||
},
|
||||
"options": {
|
||||
"hideConfirmation": true
|
||||
"hideConfirmation": true,
|
||||
"hidePassword": true
|
||||
},
|
||||
"osPlatform": "Linux",
|
||||
"visible": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue