SECRET MANAGER In ASP NET Core | Getting Started With ASP.NET Core Series

  Рет қаралды 13,116

Rahul Nath

Rahul Nath

Күн бұрын

Пікірлер: 62
@onlinemsr
@onlinemsr 2 жыл бұрын
Secret Manager - Very well explained
@RahulNath
@RahulNath 2 жыл бұрын
Thank you Raja. This article might interest you too www.rahulpnath.com/blog/handling-application-configuration/
@bhavyashah8847
@bhavyashah8847 3 жыл бұрын
This is so helpful. Thank you Rahul. I learn so many new things from your videos. I will make sure I share your channel with my team members. Cheers!
@RahulNath
@RahulNath 3 жыл бұрын
Thank ou Bhavya! Happy that these are helpful 😀
@re.tangle
@re.tangle 2 жыл бұрын
Very concise video, if only every tutorial was like this. Great job, thank you for your work!
@RahulNath
@RahulNath 2 жыл бұрын
Glad it was helpful! Do check the full series bit.ly/asp-net-core-series
@AndrewBrown-nw9nz
@AndrewBrown-nw9nz 3 жыл бұрын
Very well explained -- I wish the official documentation & development books I often consult were as concise as this. Thank you.
@RahulNath
@RahulNath 3 жыл бұрын
Glad it was helpful Andrew! Do check out the full series in case you haven't already bit.ly/asp-net-core-series. Do let me know your comments in case you get a chance to!
@balagurunathanmarimuthu2807
@balagurunathanmarimuthu2807 8 ай бұрын
Well explained @Rahul. Keep doing the content like this and stay awesome!
@RahulNath
@RahulNath 8 ай бұрын
Thank you Balagurunathan!
@brianbaldos
@brianbaldos 2 жыл бұрын
Well explained. Thanks a lot!
@RahulNath
@RahulNath 2 жыл бұрын
Glad it was helpful Brian. Hope you are enjoying the series bit.ly/asp-net-core-series
@rainron2664
@rainron2664 3 жыл бұрын
My idol is back.. thanks a lot master for all of your kind sharing.. God bless you more.. 😊☝️
@RahulNath
@RahulNath 3 жыл бұрын
Wow! So nice of you Rain. Thank you and glad you are liking it. 😀
@panirajn
@panirajn 3 жыл бұрын
One more gem of an info you dropped ! thanks
@RahulNath
@RahulNath 3 жыл бұрын
So I am guessing you like my other videos in this series too 😀 Thank you Paniraj for letting me know
@ajaypanse4489
@ajaypanse4489 10 ай бұрын
Hi Rahul, Your videos are very helpful to learn the concepts. Good wishes to you. Need to understand, do we need to have separate project of secret manager? Also can we we use same secret manager project to store secrets of multiple applications? Please explain
@MrSachintelalwar
@MrSachintelalwar 2 жыл бұрын
Very well explained. How would this work if I have to use localstack for local development? Would I initialize the DBContext with some condition?
@RahulNath
@RahulNath 2 жыл бұрын
Thank you Sachin. You can have the connection details to local stack updated in your config file. If the values are publicly available as part of the localstack docs, I would leave that in appsettings.Development.json file, so that your entire dev team has it there by default. Does that answer your question?
@MrSachintelalwar
@MrSachintelalwar 2 жыл бұрын
@@RahulNath Perfect. Yes, it does answer my question. Thank you for the quick response. Appreciate it :)
@RahulNath
@RahulNath 2 жыл бұрын
@@MrSachintelalwar Great - Thank you!
@shivamupadhyay6196
@shivamupadhyay6196 3 жыл бұрын
Thank You so much, Rahul!
@RahulNath
@RahulNath 3 жыл бұрын
Glad you liked it Shivam! Do check out the full series if you haven't already bit.ly/asp-net-core-series
@tarekjrd75
@tarekjrd75 2 жыл бұрын
Hi rahul. Thank you for your efforts. I have a question: " how to specify the secrets in a production environment ? " Like supposing i m gonna launch my server app in a hosting service ? How should i manage my secrets in that env ? Or there is no difference?
@RahulNath
@RahulNath 2 жыл бұрын
Secrets manager is for local development machine. For your production environment based on the application type there are different approaches. I list them out here in this blog post and an associated video www.rahulpnath.com/blog/handling-application-configuration/ Let me know if that helps you or if you have additional questions.
@akhilm4867
@akhilm4867 3 жыл бұрын
Please do a video about authentication and authorisation including jwt authentication
@RahulNath
@RahulNath 3 жыл бұрын
Sure Akhil, will do. I am working on it currently. It will be out soon.😀
@mayureshs80
@mayureshs80 3 жыл бұрын
Thanks ! Can you also make a video for secrets from Azure vault?
@RahulNath
@RahulNath 3 жыл бұрын
Here it is - kzbin.info/www/bejne/bJ3CnKOvnLRjf8U You might want to also check my Key Vault Playlist kzbin.info/aero/PL59L9XrzUa-nEwFPxQRu8jV94uM00pN0i Let know if that is what you were after.
@MarioLopez-eu8tj
@MarioLopez-eu8tj 3 жыл бұрын
Do you have a similar example regarding how to implement for production environment using the service keyword ?
@RahulNath
@RahulNath 3 жыл бұрын
Sorry did not understand your question Mario. Can you give me some more details. In prod I would use something like Key Vault . You can check out the associated blog post and article here www.rahulpnath.com/blog/connect-net-core-to-azure-key-vault-in-ten-minutes/ Let know if that is what you are looking for or if you have additional questions.
@MarioLopez-eu8tj
@MarioLopez-eu8tj 3 жыл бұрын
​@@RahulNath I meant key vault but i don't know if i can apply it to other project that aren't web type or if there are another alternatives rather than key vault to use.
@RahulNath
@RahulNath 3 жыл бұрын
@@MarioLopez-eu8tj Sorry for the late reply. Yes you can use KeyVault from any .net application. It is not specific to web project. Let know if you are running into any specific issues and happy to help.
@angeldimitrov1353
@angeldimitrov1353 3 жыл бұрын
@@RahulNath Any insight on how secrets could be managed for sensitive applications running in network-restricted environments, that may not be able to use services like Azure KeyVault? .NET Framework .config files could be configured to have sections that were encrypted with the RSA private key of the machine that was running the application, then .NET would figure out the decryption when the runtime would hit code that needed to access the configuration values. Any idea if .NET Core has an equivalent functionality?
@anujadi8366
@anujadi8366 2 жыл бұрын
Great explanation as always sorry i couldn't find the tutorial project linked I just wanted to try out like shown in the video Thank you
@RahulNath
@RahulNath 2 жыл бұрын
Sorry missed it in the description - Here it is rahulpnath.visualstudio.com/DefaultCollection/KZbin%20Samples/_git/SecretManager
@lavanyaece
@lavanyaece 2 жыл бұрын
how to set up secret. json values on web server when we deploy to the test server?
@RahulNath
@RahulNath 2 жыл бұрын
You shouldn’t - Secret manager is for use on local development machine. Check out this blog post and associated videos on how to do it on server - www.rahulpnath.com/blog/handling-application-configuration/ Let me know if you have additional questions
@MrACody
@MrACody 11 ай бұрын
Can I add condition for production in startup like u added for locl env and use secret manager for production instead of azure valut if I will delooyed in my private servsr
@sarathbaiju6040
@sarathbaiju6040 2 жыл бұрын
Hi Rahul, is it safe to add this feature to azure function application? When i try to add secret manager file to a existing azure function, it add some other packages moreover, the .csproj file get updated.
@RahulNath
@RahulNath 2 жыл бұрын
Yes it’s fine to use in local development environments. I show this in my Azure Functions video kzbin.info/www/bejne/aGiyhoeMmbBllZI . There is also an associated DI for Functions video if you are interested. The additional dll is to support integrating the Secret Manager. Let me know if you have additional questions.
@muhammadahsansaifi5182
@muhammadahsansaifi5182 Жыл бұрын
Hello Raul Good work can you share the source code of whole series thank you
@RahulNath
@RahulNath Жыл бұрын
Thank you - Source code links are in the description for each video. Let me know in case I missed for any.
@mahesh_rcb
@mahesh_rcb 3 жыл бұрын
Is is possible to set connection string as user secret from command line when publishing .net core app .. For development one connection string For production one connection string. And how to get that CLI of yours it's cool btw 😀
@RahulNath
@RahulNath 3 жыл бұрын
For terminal I use the Windows Terminal. More details here www.rahulpnath.com/blog/setting-up-windows-terminal/ Not sure if I understand the first question Mahesh. Can you provide some more details? I did a more recent video on different ways you can set environment specific configuration values. Do check out if that answers your question kzbin.info/www/bejne/rYW2pmWXeNSFbbs
@mahesh_rcb
@mahesh_rcb 3 жыл бұрын
@@RahulNath The new link is more clear now Thanks 👍🏻. Looking forward to more .net content 😀
@RahulNath
@RahulNath 3 жыл бұрын
@@mahesh_rcb Nice 👍
@mersy4405
@mersy4405 2 жыл бұрын
Hi Rahul, I have a question that hope you can reply me, I'm following your video and its works on local but when I deploy it to production mode it got an error "Amazon.Runtime.AmazonServiceException: Unable to get IAM security credentials from EC2 Instance Metadata Service.". So how can I get a credential for my production mode? Tks for your time
@RahulNath
@RahulNath 2 жыл бұрын
For production you should not be using Secret Manager. Looks like you are using AWS, this post and associated video should help www.rahulpnath.com/blog/amazon-credentials-dotnet/ Please let me know if that helps or if you have additional questions.
@Settings404
@Settings404 2 жыл бұрын
Why aren't you using visual studio 😭
@RahulNath
@RahulNath 2 жыл бұрын
Rider has functionality that enables to easily navigate into framework methods which I often use in these videos. Also I sometimes switch to visual studio (like at 9:03 in this video). Anything in particular you are finding it hard to follow when I use Rider?
@Settings404
@Settings404 2 жыл бұрын
@@RahulNath No lol I'm just stubborn and like Visual Studio because it's free. Ryders from the same creators of clion/intellij right?
@RahulNath
@RahulNath 2 жыл бұрын
@@Settings404 Haha yeah - I started using Rider because I got a free license as part of Microsoft MVP program. But liking it now 😀
@nathanpowell4256
@nathanpowell4256 3 жыл бұрын
Thanks for the great explanation. The official documentation and videos from Microsoft that try explain these concepts are absolute garbage compared to your video.
@RahulNath
@RahulNath 3 жыл бұрын
Glad this was helpful Nathan. I got most of the content for this video from the official documentation, but put in my on touch of organizing it differently. Extremely happy to hear that it helped. Do checkout the full series here bit.ly/asp-net-core-series. I am sure you will like it. Do let me know in case you get to watch any of them.
@nathanpowell4256
@nathanpowell4256 3 жыл бұрын
@@RahulNath Thanks for the link. I'll be sure to check them out.
@payalkumari5958
@payalkumari5958 3 жыл бұрын
Hi rahul
@RahulNath
@RahulNath 3 жыл бұрын
Hi Payal
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 17 МЛН
[BEFORE vs AFTER] Incredibox Sprunki - Freaky Song
00:15
Horror Skunx 2
Рет қаралды 20 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 11 МЛН
Storing secrets CORRECTLY in .NET using AWS Secrets Manager
23:29
Nick Chapsas
Рет қаралды 43 М.
How To Keep SECRET Strings REALLY SECRET in ASP.NET Core?
16:32
Codewrinkles
Рет қаралды 10 М.
Secretless apps with .NET and Azure Key Vault
18:25
dotnet
Рет қаралды 17 М.
How To Store Secrets For Local Development
7:57
Julio Casal
Рет қаралды 4,3 М.
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 17 МЛН