Unseal Key 2: hsoNYsxhuEay8J71R3BZoIEsnIjGdg6cYNIFK6/XROwC Unseal Key 3: UnQ+yyIOgOmoOpKGjTc1+1odwpSFPbhZ+LGgCwwD9iED Unseal Key 4: iAf662hnv16Q0O0VrJTjUwkgPRqSeXypBhmN6DNqrWkE Unseal Key 5: XLnJQoYIh/GKGuFmZtOPCNIRYwbRMspsnnooyJC+H6QF Initial Root Token: 25d5513b-70b2-2ced-488f-7e3d718d1115 Vault initialized with 5 keys and a key threshold of 3. Please securely distribute the above keys. When the Vault is re-sealed, restarted, or stopped, you must provide at least 3 of these keys to unseal it again. Vault does not store the master key. Without at least 3 keys, your Vault will remain permanently sealed.
logged in. token: 25d5513b-70b2-2ced-488f-7e3d718d1115 token_duration: 0 token_policies: [root] λ ~ vault write secret/somePath user=foo password=bar Success! Data written to: secret/somePath
logged in. token: 25d5513b-70b2-2ced-488f-7e3d718d1115 token_duration: 0 token_policies: [root] λ ~ vault write secret/somePath user=foo password=bar Success! Data written to: secret/somePath λ ~ echo -n '{"user":"foo", "password":"bar"}'| vault write secret/someOtherPath - Success! Data written to: secret/someOtherPath