The Action should be allowed to use Trusted Connections for SQL Server
- Vorherrschende Sprache
- TypeScript
- Sterne
- 142
- Forks
- 73
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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;
Beitragsleitfaden
Rechercherichtung
Beginne damit, die Connection-String-Validierung der action zu lokalisieren, und reproduziere den Fehler mit dem bereitgestellten SQL Server-String unter Verwendung von Integrated Security=true. Erledigt ist die Aufgabe, wenn die action Trusted Connection-Strings akzeptiert, ohne User oder User ID vorauszusetzen, und die angegebene Datenbank verwalten kann.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- github-actions, sql, typescript
- Bereich
- ci-cd, databases
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100