zhen peng

Results 14 comments of zhen peng

wrapper the install function with setImmediate `setImmediate(() => { require('devtron').install() })` but it still have other problem. the project is too old to satify the chrome extention rules. you need...

how to do this? set the default SplitQueryCount to 0, and the in newPostgresDatastore or newSpannerDatastore ... func, check whethe the SplitQueryCount is 0. if true, set the default value,...

In previous version of `occlum/occlum:latest-ubuntu20.04` image(image hash is d5a78b0a431f), I install the `maven` and conffig the private repo. I commit the container to the new image `occlum/occlum:latest-ubuntu20.04-mvn` , this image...

It works, thank you very much.

@qzheng527 In the Intel's remote attestation model, an enclave can generate a REPORT;,then the REPORT can be signed and generate a QUOTE. In the demos/remote_attestation/dcap, the example only give a...

@qzheng527 but I am confused about the `report_data`. in the example, it just a simple string, what the `report_data` should be? Do you mean the `mrsigner` and `mrenclave` has been...

according to the document, I try to add the untrusted env in occlum.json ``` RUN occlum init && new_json="$(jq '.resource_limits.user_space_size = "1680MB" | .resource_limits.kernel_space_heap_size="64MB" | .resource_limits.max_num_of_threads = 64 | .process.default_heap_size...

I have tried the java hello world demo in occlum image on a intel SGX machine 1. run the occlum image `docker run -it --rm --device /dev/sgx_enclave --device /dev/sgx_provision occlum/occlum:latest-ubuntu20.04...

@qzheng527 I see the Rust code can get env but Java code cannot get the untrusted env

@qzheng527 I modify the `run_java_on_occlum.sh` and add some env ![image](https://github.com/occlum/occlum/assets/21964308/2962f50b-cadf-475e-a815-0e596587bcd1) after build, the Occlum.json has the env ![image](https://github.com/occlum/occlum/assets/21964308/36d25845-82de-434c-8a48-2bc185b79876) but the Java code can only get the `LD_LIBRARY_PATH`