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",
|
"name": "adminSshKey",
|
||||||
"resourceTypes": [
|
"type": "Microsoft.Compute.CredentialsCombo",
|
||||||
"Microsoft.Compute/sshPublicKeys"
|
|
||||||
],
|
|
||||||
"label": {
|
"label": {
|
||||||
"password": "SSH Key",
|
"authenticationType": "Authentication type",
|
||||||
"confirmPassword": "Confirm password"
|
"sshPublicKey": "SSH public key"
|
||||||
|
},
|
||||||
|
"toolTip": {
|
||||||
|
"authenticationType": "",
|
||||||
|
"sshPublicKey": "SSH Key for the Virtual Machine."
|
||||||
},
|
},
|
||||||
"defaultValue": "",
|
|
||||||
"toolTip": "SSH Key for the Virtual Machine.",
|
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"required": true,
|
"required": true
|
||||||
"regex": "",
|
|
||||||
"validationMessage": "",
|
|
||||||
"validations": []
|
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"hideConfirmation": true
|
"hideConfirmation": true,
|
||||||
|
"hidePassword": true
|
||||||
},
|
},
|
||||||
|
"osPlatform": "Linux",
|
||||||
"visible": true
|
"visible": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue