mithril-security / blindai

Confidential AI deployment with secure enclaves :lock:
https://www.mithrilsecurity.io/
Apache License 2.0
500 stars 35 forks source link

Undefined Parameter in docs/docs/how-to-guides/covid_net_confidential.ipynb #181

Closed pKap4 closed 1 year ago

pKap4 commented 1 year ago

On multiple occasions, during the function call of blindai.client.connect, the parameter mentioned is hazmat_http_on_untrusted_port, but the parameter should be hazmat_http_on_unattested_port, as per the docs at https://blindai.mithrilsecurity.io/en/latest/blindai/core.html

Error:

untrusted_error

Solution:

unattested_solution
JoFrost commented 1 year ago

Hello @pKap4 and thank you for reporting this issue! I just pushed a fix for the corresponding how-to. This how-to was not updated after a refactoring we did on the last version. It should now work as expected.