Replies: 1 comment 4 replies
-
I suggest two things:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
I'm currently facing an issue connecting my python application with the Azure SQL database inside the Gramine enclave.
A. CONTEXTS
A.1. VM settings
A.2. Python application
python.manifest.dev
file (reference)Makefile
file (reference)B. APPLICATION WITHOUT DATABASE
make distclean && make SGX=1 && gramine-sgx python
, everything seems fine and we have the following logC. AZURE SQL DB & THE ODBD DRIVER ON THE UBUNTU SERVER
D. PROBLEMS WITH INTRODUCING ODBC IN THE GRAMINE ENCLAVE
python.manifest.dev
file to allow the enclave have ODBC's drivers and configurations as followsE. QUESTIONS
We're stuck at this stage. Could you give some suggestions regarding having extra Linux system drivers for Python application in general and ODBC in this case in particular?
Beta Was this translation helpful? Give feedback.
All reactions