C
C#

✅ Where should I store all the sensitive file on .NET project?

✅ Where should I store all the sensitive file on .NET project?

AAyden11/20/2023
Hello everyone, May I know where should I store all the credential files that needs to be used by .NET Project? Example like the service_account.json that generates by Google Service Account? It would be great if there's an tutorial about this.
Jjcotton4211/20/2023
For development user secrets works quite well https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets
AAyden11/20/2023
Thank you.
UUUnknown User11/20/2023
7 Messages Not Public
Sign In & Join Server To View
MMMayor McCheese11/20/2023
There's a lot of nuance to user secrets too that you might not be aware of; some of which are clear, and others which are practices.
UUUnknown User11/20/2023
Message Not Public
Sign In & Join Server To View
MMMayor McCheese11/20/2023
Jjcotton4211/20/2023
Such as?
MMMayor McCheese11/20/2023
Mostly the biggest one I see is sharing secrets across projects for local dev
Jjcotton4211/20/2023
As in you can do that by setting them to use the same secret ID?
MMMayor McCheese11/20/2023
yeah
UUUnknown User11/20/2023
3 Messages Not Public
Sign In & Join Server To View
MMMayor McCheese11/20/2023
I some respects yeah, this was short sighted to some extent
UUUnknown User11/20/2023
2 Messages Not Public
Sign In & Join Server To View
MMMayor McCheese11/20/2023
In autocorrect typos
UUUnknown User11/20/2023
Message Not Public
Sign In & Join Server To View
MMMayor McCheese11/20/2023
yepper We have some common structures for configuration for instance conventionally for enterprises it only make sense

Looking for more? Join the community!

C
C#

✅ Where should I store all the sensitive file on .NET project?

Join Server
Want results from more Discord servers?
Add your server
Recommended Posts
Unity CodeI have been trying to get my C# code to work in unity for about a week and I am officially lost. I'vHelp! Reporting service in dotnet Core?please don't mind my english, it is not that good. i have created 2 projects one is server -dotnetCatAPI Json deserialization issue.I'm having trouble getting my code to deserialize my json correctly. When I run my Program.cs I get ✅ Any idea why I cant use sendkey?Authorization in microservices archHello everyone, I'm quite new to the NET microservices arhitecture and right now I'm implementing a.✅ I can't get my runButton button to work on a windows form app```cs if (e.KeyCode == Keys.Enter || (e.Modifiers == Keys.None && sender == runButton)) ``` I can sGit and Google Drivenew git user.. it seems to have your local repositories in a google drive controlled file structure ASP.NET CRUD MODALI created a MVC controller with actions (CRUD) and I would like to know, how to modify this pre geneError✅ using from another csprojCurrently i have 2 projects, an api app and a worker service app And both use the same models. Is thJavascript not working on my MVC projectI'm learning front end tutorials at the moment so I'm totally new to designing websites. _Layout.csis there a way to get the colocation center connected to with C# ?I wanna get information about the colocation center exactly how Cloudflare warp gets it in the prefexaml and x:Class - issue (CS1061)I got a project wich some of you helped me with allready, tho there is still one issue I coudn't resCan't fire click blazor ui button```cs @page "/members" @namespace Blazor.Web @attribute [StreamRendering] <PageTitle>Members</PageTHelp Minecraft Console Client scripting(https://github.com/MCCTeam/Minecraft-Console-Client Link to MCC) is there a way to make a C# scrip✅ Bypass ASP.NET Required authenticatorIm trying to return Forbid (403) to the user if a resource already exists it all works fine but the Issues trying to create new error typesHello everyone. I'm trying to create my own extensible error type, based on the RFC 7807. ```c# puI have a Visual-Studio Proj. in .NET Framework and need help fixing the "CS0120" error it throws up.Basically I want to make an App which you just run and it will automatically, by pressing just one bplease help!!! (winforms c#)Does anyone know how can i make the user move the last drawn shape on a picturebox (the picture box WPF ScrollViewer issuesHello, I have the problem that the scrollviewer in C# (WPF) does not work properly. I haven't define