deislabs / mystikos

Tools and runtime for launching unmodified container images in Trusted Execution Environments
142 stars 49 forks source link

Move SQL DB to useast2 #1529

Closed CyanDevs closed 2 months ago

CyanDevs commented 2 months ago

SQL DB moved to useast2 (from useast and canadacentral). This affects Code Coverage, and solutions tests. Specifically, the python_app and sql_ae solutions were updated to use MSI. There is still support for user/password even though we do not use it in the test.

This also updates to ODBC Driver 18 and to use Entra ID for authentication with MSI.

CyanDevs commented 2 months ago

Note: code coverage tests need to be fixed before this is thoroughly tested.