pegasystems / pega-helm-charts

Orchestrate a Pega Platform™ deployment by using Docker, Kubernetes, and Helm to take advantage of Pega Platform Cloud Choice flexibility.
https://community.pega.com/knowledgebase/articles/cloud-choice
Apache License 2.0
123 stars 194 forks source link

Windows Authentication to on-prem SQL server from pega kubernetes container is not working #751

Open shindebshekhar opened 2 months ago

shindebshekhar commented 2 months ago

Describe the bug Windows Authentication to on-prem SQL server from pega kubernetes container Image is not working

Below is the error - The following exceptions in log files Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication.

We are using below parameters for integrated authentication in jdbc string, is there anything that we are missing integratedSecurity=true;authenticationScheme=JavaKerberos

pega-roska commented 2 months ago

It seems likely the version of the driver in use is too old from the error message you posted, but this is probably more of a driver issue than a Pega issue.