I do cover about Secret Manager in these two posts/videos where I talk about setting up automatic refresh/secret rotation. Anything specific you are looking for? www.rahulpnath.com/blog/aws-secrets-manager/ www.rahulpnath.com/blog/aws-secrets-manager-from-dotnet-application/
@@ibrahimomagbemi4036 Not sure if I am missing anything. But when you rotate/change the secret in secret manager it would be automatically refreshed. When/What keys to rotate depends on how you are handling the secrets and any policies/guidelines you/company has. Did I miss anything?
@@RahulNath I just checked the console to get the exact terms. I was referring to automatic rotation. When creating a secret, under "Configure Rotation", there's the option to configure automatic rotation with a lambda rotation function that runs on a rotation schedule.
I have configured my local development credentials that the SDK automatically picks up. I talk about how to set it up in the post/video www.rahulpnath.com/blog/amazon-credentials-dotnet/ Let me know if you have additional questions.
Wonderfull, I appreciate your effort. Thank you.
My pleasure!
I really like the command line tool you use. Can you please share the name of it?
Windows terminal - more details on setup here www.rahulpnath.com/blog/setting-up-windows-terminal/
@@RahulNath Thanks a lot
nice video. Do you cover the secret rotation in any other videos?
I do cover about Secret Manager in these two posts/videos where I talk about setting up automatic refresh/secret rotation.
Anything specific you are looking for?
www.rahulpnath.com/blog/aws-secrets-manager/
www.rahulpnath.com/blog/aws-secrets-manager-from-dotnet-application/
@@RahulNath Just a demo of how secret rotation (not refresh) works.
@@ibrahimomagbemi4036 Not sure if I am missing anything. But when you rotate/change the secret in secret manager it would be automatically refreshed. When/What keys to rotate depends on how you are handling the secrets and any policies/guidelines you/company has. Did I miss anything?
@@RahulNath I just checked the console to get the exact terms. I was referring to automatic rotation. When creating a secret, under "Configure Rotation", there's the option to configure automatic rotation with a lambda rotation function that runs on a rotation schedule.
In a team I worked in, something similar was used to update jwt tokens which were stored as secrets.
Loads of ❤ Rahul. Thanks once again.
Glad you found it useful Sahil! Hope you are enjoying the AWS Series bit.ly/aws-net-series
Do let me know if you have any topic suggestions.
Can you explain me why AWS Secret manager can recognize and authenticate your local development so that .Net code can retrieve secrets from AWS?
I have configured my local development credentials that the SDK automatically picks up. I talk about how to set it up in the post/video www.rahulpnath.com/blog/amazon-credentials-dotnet/ Let me know if you have additional questions.
Thankyou
You’re welcome 😊
missing region end point
Sorry - can you provide more details?