❯ ./target/debug/kvstore http://localhost:8010 --pem ./keys/id1.pem list
foo
Get the value.
❯ ./target/debug/kvstore http://localhost:8010 --pem ./keys/id1.pem get foo
2023-06-08T20:44:11.144088Z ERROR kvstore: Error returned by server:
| The key was disabled by its owner.
Expected behavior: Disabled keys shouldn't be returned in kvstore.list.
Start empty.
Add a keyvalue pair.
List the keys.
Delete the key.
List again.
Get the value.
Expected behavior: Disabled keys shouldn't be returned in
kvstore.list
.