Azure / Azure/sql-action

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

Abierto
#261 0 comentarios 0 reacciones 0 asignados Ver en GitHub
need-to-triage
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

Abrir la 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

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.