-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile build flag is not passed inside enclave-runtime #3138
Conversation
I don't fully understand this, can you please elaborate why this is the root cause for SGX crash? It seems that we indeed haven't applied
|
cc @kziemianek as you once made some changes to enclave-runtime/Makefile too |
The crash will only be triggered from “create_ra_report_and_signature”, which won't be executed during initialization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Shall we apply the same change to bc-worker too?
@m1iktea please block external access to port 2001 and 3443 for identity-worker, and 4545 too if you don't use it for healthcheck. It will help us not accept unneeded connections... |
Yes. We should. Let me make a separate PR for that. |
I have disabled public network access in the firewall, but I did not remove these two ports from the startup parameters. |
* build flag is not passed inside enclave-runtime; add some log info * typo
Small, but very important PR.
We all overlooked this 😿
I would suggest to make a following PR to remove all IAS related code. There won't be different mode, but only dcap.