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

Commit

Permalink
Use secureobject for passing credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Jul 4, 2016
1 parent cada947 commit 335bb12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/empty/empty-jumpbox-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"credentials": {
"type": "object",
"type": "secureobject",
"metadata": {
"description": "Credential information block"
}
Expand Down
2 changes: 1 addition & 1 deletion src/empty/empty-kibana-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"credentials": {
"type": "object",
"type": "secureobject",
"metadata": {
"description": "Credentials information block"
}
Expand Down
2 changes: 1 addition & 1 deletion src/machines/jumpbox-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"credentials": {
"type": "object",
"type": "secureobject",
"metadata": {
"description": "Credential information block"
}
Expand Down
2 changes: 1 addition & 1 deletion src/machines/kibana-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"credentials": {
"type": "object",
"type": "secureobject",
"metadata": {
"description": "Credentials information block"
}
Expand Down

0 comments on commit 335bb12

Please sign in to comment.