AWS SECRETS MANAGER & REAL-WORLD APP - How To Organize Secrets for Multiple Apps/Env | .NET ON AWS

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 20

  • @sivakumarr28
    @sivakumarr28 2 года назад +1

    Wonderfull, I appreciate your effort. Thank you.

  • @mohammedmostakimornob2320
    @mohammedmostakimornob2320 2 года назад +1

    I really like the command line tool you use. Can you please share the name of it?

    • @RahulNath
      @RahulNath  2 года назад +1

      Windows terminal - more details on setup here www.rahulpnath.com/blog/setting-up-windows-terminal/

    • @mohammedmostakimornob2320
      @mohammedmostakimornob2320 2 года назад +1

      @@RahulNath Thanks a lot

  • @ibrahimomagbemi4036
    @ibrahimomagbemi4036 Год назад

    nice video. Do you cover the secret rotation in any other videos?

    • @RahulNath
      @RahulNath  Год назад

      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
      @ibrahimomagbemi4036 Год назад

      @@RahulNath Just a demo of how secret rotation (not refresh) works.

    • @RahulNath
      @RahulNath  Год назад

      @@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?

    • @ibrahimomagbemi4036
      @ibrahimomagbemi4036 Год назад

      @@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.

    • @ibrahimomagbemi4036
      @ibrahimomagbemi4036 Год назад

      In a team I worked in, something similar was used to update jwt tokens which were stored as secrets.

  • @i.paradox
    @i.paradox 2 года назад

    Loads of ❤ Rahul. Thanks once again.

    • @RahulNath
      @RahulNath  2 года назад

      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.

  • @SangNguyen-kr7qj
    @SangNguyen-kr7qj 4 месяца назад

    Can you explain me why AWS Secret manager can recognize and authenticate your local development so that .Net code can retrieve secrets from AWS?

    • @RahulNath
      @RahulNath  4 месяца назад

      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.

  • @tesabcfgh
    @tesabcfgh 2 года назад +1

    Thankyou

    • @RahulNath
      @RahulNath  2 года назад

      You’re welcome 😊

  • @viveknetha7743
    @viveknetha7743 6 месяцев назад

    missing region end point

    • @RahulNath
      @RahulNath  6 месяцев назад

      Sorry - can you provide more details?