The Action should be allowed to use Trusted Connections for SQL Server
- Lenguaje dominante
- TypeScript
- Estrellas
- 142
- Forks
- 73
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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;
Guía de contribución
Línea de trabajo
Comienza localizando la validación de connection strings de la action y reproduce el fallo con el string de SQL Server proporcionado usando Integrated Security=true. La tarea estará terminada cuando la action acepte Trusted Connection strings sin requerir User o User ID y pueda gestionar la base de datos especificada.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- github-actions, sql, typescript
- Área
- ci-cd, databases
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100