The Action should be allowed to use Trusted Connections for SQL Server
- Lingua principale
- TypeScript
- Stelle
- 142
- Fork
- 73
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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;
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia individuando la validazione delle connection string dell'action e riproduci il malfunzionamento con la stringa SQL Server fornita usando Integrated Security=true. Il lavoro è completato quando l'action accetta le Trusted Connection string senza richiedere User o User ID e può gestire il database specificato.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- github-actions, sql, typescript
- Ambito
- ci-cd, databases
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100