Azure / Azure/data-api-builder
[MySQL]: Enable SSL on mysql server started via docker in integration testing pipeline
Offen
mysql
testing
- Vorherrschende Sprache
- C#
- Sterne
- 1.5k
- Forks
- 370
- Ø Merge
- 3 T. 22 Std.
- Gemergte PRs (30 T.)
- 9
Beschreibung
We enforce `SSLMode=VerifyFull` in hosted scenarios. However, we are not testing with encrypted connections while connecting with the mysql server started in a docker container in our integration testing pipeline. This issue is to enable SSL in the test environment for MySQL client-server communications.
Few articles I found useful:
https://techsparx.com/software-development/docker/damp/mysql-ssl-connection.html
https://dev.mysql.com/doc/refman/5.7/en/mysql-ssl-rsa-setup.html
Similar change done for MsSQL: #1134
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.