Azure / Azure/sql-action

The Action should be allowed to use Trusted Connections for SQL Server

Open
#261 0 comments 0 reactions 0 assignees View on GitHub
need-to-triage
Dominant language
TypeScript
Stars
142
Forks
73
PR merge metrics
No merged PRs in 30d

Description

When trying to run using "Trusted Connection" instead of SQL logins, we get an error message from the action.

At least for local SQL instances, we would expect that the Trusted Connection should be allowed and we are able to manage our databases using this action. Using SQL logins only, seems to be a step backwards.

> Error: Invalid connection string. Please ensure 'User' or 'User ID' is provided in the connection string.

Example Connection string: Data Source=< Server >\\< Instance >;Initial Catalog=< database >;Integrated Security=true;

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.