We have two files called secret_cli.rs, which is a bit confusing. The first one is here. This is the source for the cli tool. There is also this. This is a set of tests that uses the tool.
I think we should consolidate these by simply adding the tests to the main secret_cli.rs file. I might give this a try, but I'm a bit worried about breaking things since I cannot run either test without access to various HSMs.
We have two files called
secret_cli.rs
, which is a bit confusing. The first one is here. This is the source for the cli tool. There is also this. This is a set of tests that uses the tool.I think we should consolidate these by simply adding the tests to the main
secret_cli.rs
file. I might give this a try, but I'm a bit worried about breaking things since I cannot run either test without access to various HSMs.