Commit Graph

22 Commits

Author SHA1 Message Date
ba872917c2
refactor: reorganize super-cli gRPC method to general module
change grpc type import as  proto in snp grpc module
and updated its related imports
2025-03-21 18:11:04 +05:30
62999d2469
refactor: reorganize gRPC module and update operator handling 2025-03-21 17:08:52 +05:30
a3d604845b
removed some of the unwraps; more testing required 2025-03-21 03:49:16 +02:00
422e04a538
moved keys out of config
I believe we are currently not expecting users to change keys.
If we do, I believe we should think about the UX of changing sensitive
data in the CLI.

Also changed "signing key" to "mrsigner key", since all keys are used
for signing.
2025-03-21 02:38:20 +02:00
53a654577d
fix clippy warnings 2025-03-20 22:12:04 +05:30
11ccdb54c7
refactor: move account handling and completion functions to general cli handler 2025-03-20 22:02:05 +05:30
8936d19c39
refactor: move packager cli handle and module into general for better organization 2025-03-20 21:57:29 +05:30
36df27f3e6
refactor: cli handle operator and operator.rs moved to general module 2025-03-20 21:53:27 +05:30
de8f761e1f
refactor: handle_vm_nodes function to snp cli handler 2025-03-20 21:45:46 +05:30
30fc217ac3
feat: implement VM command handling in snp module for enhanced CLI functionality 2025-03-20 21:40:22 +05:30
daff2fd533
fix: tokio block on error
replace retry crate with tokio-retry for asynchronous app deployment and config updates
change hratls and sign key data to Config
refactor mr_signer format to save in config
modularized deploy and config update functionality for better code arrangements
2025-03-20 21:33:01 +05:30
4d17ba6667
feat: move sgx utility functions to sgx/utils module for better organization 2025-03-20 16:51:38 +05:30
bb861fe817
refactor: replace direct block_on calls with utils::block_on for consistency 2025-03-20 16:44:57 +05:30
f220e200ec
feat: add hratls_pubkey and mrsigner_pubkey to config AccountData and update related methods 2025-03-20 16:21:11 +05:30
a0bc0958fc
retry app config update on app deployment 2025-03-20 03:20:13 +05:30
0a53aebcdb
Enhanced app deployment
override launch configs envs and pass extra arguemnts to application while deploying
updated detee-shared
2025-03-19 20:50:34 +05:30
4f1ae72727
Improved app deployment process
deploying and uploading launch config on app deploy subcommand
fetch launch config from package index
disable package-type and package subcommand
modified samples
2025-03-19 19:42:11 +05:30
aeca70e062
refactor: General grpc update client
reorganize proto imports
fix rename Brain vm client
2025-03-18 23:58:50 +05:30
6bf97faac3
mark package-url as required to avoid panic 2025-03-18 02:23:41 +02:00
505e7c3faf
organized snp proto through shared crate 2025-03-17 20:34:47 +05:30
e8c271d863
testnet proto and detee-sgx-lib 2025-03-17 18:15:11 +05:30
ba19eb4ec1
code migration 2025-03-16 22:28:19 +02:00