eclipse-vertx / eclipse-vertx/vertx-sql-client

authenticationScheme, integratedSecurity and trustServerCertificate param in sql URI is not effective

Open
#1,405 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
912
Forks
212
Avg merge
17h 30m
Merged PRs (30d)
3

Description

#### 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.