features/keywords/key.feature in vault-tree-0.3.4 vs features/keywords/key.feature in vault-tree-0.6.0
- old
+ new
@@ -18,16 +18,16 @@
"header": {},
"vaults": {
"random_vault_key":{
"description":"Random Number",
"fill_with": "RANDOM_NUMBER",
- "lock_with": "MASTER_PASSPHRASE",
- "unlock_with": "MASTER_PASSPHRASE",
+ "lock_with": "UNLOCKED",
+ "unlock_with": "UNLOCKED",
"contents": ""
},
"message":{
"description": "Simple Congratulations Message",
- "fill_with": "EXTERNAL_DATA",
+ "fill_with": "EXTERNAL_INPUT['msg']",
"lock_with": "KEY['random_vault_key']",
"unlock_with": "KEY['random_vault_key']",
"contents": ""
}
}