Skip to content

Commit ae2a471

Browse files
committed
Update md_blow.js to support root key
Signed-off-by: jackyalbo <[email protected]>
1 parent 25db33f commit ae2a471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/md_blow.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ main();
2929

3030
async function main() {
3131
try {
32+
const mkm = system_store.master_key_manager;
33+
await mkm.load_root_keys_from_mount();
3234
await system_store.load();
3335
await client.create_auth_token({
3436
email: argv.email,

0 commit comments

Comments
 (0)