Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
srjha opened this issue Feb 8, 2024 · 1 comment

Comments

@srjha
Copy link

srjha commented Feb 8, 2024

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

@git4rputuval
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants