confidential-containers / guest-components

Confidential Containers Guest Tools and Components
Apache License 2.0
83 stars 95 forks source link

Duplicate `secret_cli.rs` files #632

Closed fitzthum closed 4 weeks ago

fitzthum commented 3 months ago

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.

Xynnn007 commented 4 weeks ago

The latter does not exist for now.