DEV Community

Cover image for Protect Passwords in Cloud
Cleber Rodrigues
Cleber Rodrigues

Posted on

Protect Passwords in Cloud

Protect Passwords in Cloud

Let's go through a real project where we need to remove hardcoded passwords from several applications and make them more secure in the Cloud.

Some topics from this article: Protect Passwords in Cloud

  • How to protect passwords for your application
  • How to build a scalable solution in the Cloud.
  • AWS Secret Manager
  • Terraform Module for Secret Manager
  • Build a Pipeline that deploys all Secrets for us and protects them at the same time.
  • How to use OpenSSL to project our secrets file in our Git Repository.

Enjoy the reading!

Top comments (0)