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
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.13 (stretch)
Release: 9.13
Codename: stretch
Linux 2d6c2ce35519 5.10.25-linuxkit #1 SMP Tue Mar 23 09:27:39 UTC 2021 x86_64 GNU/Linux
TinyTDS Version and Information
MS db-lib source compatibility: no
Sybase binary compatibility: no
Thread safety: yes
iconv library: yes
TDS version: 7.3
iODBC: no
unixodbc: no
SSPI "trusted" logins: no
Kerberos: no
OpenSSL: yes
GnuTLS: no
MARS: yes
FreeTDS Version
freetds-1.1.24 && ./configure --prefix=/usr/local --with-tdsver=7.3 --with-openssl=/usr/bin && make && make install
We are trying to port a Rails application to Azure cloud and would like to use Azure Service Principal or Managed Identity instead of the database.yml username/password, while connecting to Azure SQL-MI
Is it possible to do this without specifying username/password in database.yml by using access_token from Azure IMDS endpoint as shown here for Python?
Any pointers on how to accomplish this would be greatly helpful. Thanks again for a great library that is helping us move forward with the port.
The text was updated successfully, but these errors were encountered:
Environment
TinyTDS Version and Information
FreeTDS Version
Description
Stack:
We are trying to port a Rails application to Azure cloud and would like to use Azure Service Principal or Managed Identity instead of the
database.yml
username/password, while connecting to Azure SQL-MIIs it possible to do this without specifying username/password in database.yml by using
access_token
from Azure IMDS endpoint as shown here for Python?Any pointers on how to accomplish this would be greatly helpful. Thanks again for a great library that is helping us move forward with the port.
The text was updated successfully, but these errors were encountered: