Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Put defaults back in place because it might cause problems with inter…
Browse files Browse the repository at this point in the history
…op marketplace UI
  • Loading branch information
Mpdreamz committed Dec 18, 2015
1 parent 5218901 commit 2a8dba0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
},
"authenticationType": {
"type": "string",
"defaultValue": "password",
"allowedValues": [
"password",
"sshPublicKey"
Expand All @@ -189,30 +190,33 @@
"type": "securestring",
"defaultValue": "",
"metadata": {
"description": "When authenticationType is password this needs to passed as the password for access to the machines"
"description": ""
}
},
"sshPublicKey": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "When authenticationType is sshPublicKey this needs to be set to the ssh key you'd like to connect to the machines with"
"description": ""
}
},
"shieldAdminPassword": {
"type": "securestring",
"defaultValue": "",
"metadata": {
"description": "Shield password for the 'es_admin' user with admin role, must be > 6 characters"
}
},
"shieldReadPassword": {
"type": "securestring",
"defaultValue": "",
"metadata": {
"description": "Shield password for the 'es_read' user with user (read-only) role, must be > 6 characters"
}
},
"shieldKibanaPassword": {
"type": "securestring",
"defaultValue": "",
"metadata": {
"description": "Shield password for the `es_kibana` user with kibana4 role, must be > 6 characters"
}
Expand Down

0 comments on commit 2a8dba0

Please sign in to comment.