The part of a database connection that is safe to show.
Remarks
Deliberately a subset of
SqlCredentials with the password and user left out,
so a log line or a health endpoint can say which database is being reached
without carrying anything that would matter if it leaked. Anything needing
the full set asks for the credentials explicitly, which makes the risky call
the visible one.
The part of a database connection that is safe to show.
Remarks
Deliberately a subset of
SqlCredentialswith the password and user left out, so a log line or a health endpoint can say which database is being reached without carrying anything that would matter if it leaked. Anything needing the full set asks for the credentials explicitly, which makes the risky call the visible one.Author
Bayu Dwiyan Satria
Version
1.0.0
Since
1.0.0