TuftsCTSI / TRDW.jl

This is a Pluto environment with FunSQL for use in Research Requests
Other
2 stars 0 forks source link

Authentication with Azure Managed Identity #100

Open xitology opened 6 days ago

clarkevans commented 5 days ago

This would let us sunset tokens, except for service principals?

xitology commented 5 days ago

This would let us sunset tokens, except for service principals?

That's correct. However, I checked it and it does not work in a ContainerApp, which is an ODBC driver issue. The driver fetches the token from the metadata server, but different Azure services have metadata servers at different addresses, and the driver assumes a standard VM's address, which fails on a ContainerApp.