dertinfo / dertinfo/dertinfo-api

[FEATURE] Database connection needs updating in order that it doesn't use the sa account

Open
#15 1 comment 0 reactions 1 assignee Claimed by @davidsmonkeys View on GitHub
enhancement
Dominant language
C#
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**

Yes the database connection uses the sa account which is should not. In the event of a breach of the details this gives far too much control and would result in serious loss of data.

**Describe the solution you'd like**

Use a manged identity to connect to the database in Staging and production environments

**Describe alternatives you've considered**

We could use a connection string with a reduced user account this would also be an option and possibly simpler to implement but using a managed identity is the right way to go.

**Additional context**
N/A

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.