Commit Graph

13 Commits

Author SHA1 Message Date
07de221c62
fix println with eprintln for error 2025-04-21 17:50:25 +03:00
e4db755b18 Fix tonic TLS issues (#1)
Co-authored-by: Noor <noormohammedb@protonmail.com>
Reviewed-on: #1
2025-03-29 18:14:45 +00:00
383908b171
added support for self signed TLS certificates 2025-03-28 23:35:53 +02:00
9b3bdba70d
feat: add app inspect command with show node
refactor sgx handler imports
enhanced app list
2025-03-22 04:48:23 +05:30
4bd6b48877
feat: add app-node inspect 2025-03-22 01:32:06 +05:30
bf8a4f3a8b
feat: add app-node search
tabled list of app nodes
fix handler docs
some todos
2025-03-21 21:24:04 +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
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
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
ba19eb4ec1
code migration 2025-03-16 22:28:19 +02:00