mithril-security / blindai

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

add configurable ports to client #45

Closed CerineBnsd closed 2 years ago

CerineBnsd commented 2 years ago

Description

Configurable ports numbers in the client side.

Related PR

Following up with #35 which was accidentally closed

Type of change

How Has This Been Tested?

Tested locally with default and custom ports numbers.

Checklist:

CerineBnsd commented 2 years ago

@JoFrost I am not sure whether this is how you requested to change the ports args names , would you confirm please?

JoFrost commented 2 years ago

Please change the str type to int for the ports.

CerineBnsd commented 2 years ago

Please change the str type to int for the ports.

Ah I just understood it was about the type, I thought you meant the name of the arguments. Okey I'll do that.