You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The equivalent URI in vertx-mssql should be sqlserver://something.net/databaseName=mydb1?authenticationscheme=NTLM&integratedSecurity=true&trustServerCertificate=true
I tried but, looks like there is no support for these params
The text was updated successfully, but these errors were encountered:
We also have this requirement because of security audit requirements. This has become a mandate. Please revert on what Quarkus intends to do about this?
Support authenticationScheme, integratedSecurity and trustServerCertificate param in sql URI just like they are supported in JDBC URI
In vertx-jdbc, one can use following URI and connect to database.
jdbc:sqlserver://something.net;databaseName=mydb1;authenticationscheme=NTLM;integratedSecurity=true;trustServerCertificate=true
The equivalent URI in vertx-mssql should be
sqlserver://something.net/databaseName=mydb1?authenticationscheme=NTLM&integratedSecurity=true&trustServerCertificate=true
I tried but, looks like there is no support for these params
The text was updated successfully, but these errors were encountered: