Is it possible to connect to the mysql tables while running python script suing Gramine?
11 views
Skip to first unread message
Leila Fathi
unread,
Sep 8, 2022, 11:51:08 AM9/8/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to us...@gramineproject.io
Dear Sir/ Madam
I have question about Gramine:
How Gramine can connect
to the mysql tables while running a python script (when the script is running inside the SGX)?
it would be great
if you could answer me.
Kindest Regards,
Leila
Mona Vij
unread,
Sep 10, 2022, 6:56:14 PM9/10/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gramine Users
what are you trying to protect in your use case? If you want to protect mysql tables then you need to run the whole application and mqsql DB inside SGX. While you don't need to modify your app to run on SGX you do need to think what you are truing to protect and create you manifest accordingly .