Using Integrated Security to connect to SQL server from Linux #4996
Unanswered
meta-forte
asked this question in
Help
Replies: 1 comment 1 reply
-
Lucid already uses the tedious package. Can you share the config your team is using in the Express app? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In our company, the user ids and passwords are removed from the DB and we are required to use a Windows NT id to connect to the DB.
The permissions are based on the AD group in which it is a member. And the group is configured in SQL server and is given necessary permissiouns.
One of our teams is using ExpressJS and tediousJS npm package and they are able to connect okay
We need to connect from a Linux Docker image deployed in Kubernetes cluster.
Is there any documentation on how to configure Lucid to use this npm package to connect to SQL server from Linux
thank you
Beta Was this translation helpful? Give feedback.
All reactions