Home / Companies / Doppler / Blog / July 2021

July 2021 Summaries

4 posts from Doppler

Filter
Month: Year:
Post Summaries Back to Blog
Secrets sprawl is a significant challenge in IT environments where passwords, tokens, encryption keys, and API keys become duplicated across various systems, leading to security risks and inefficiencies. As these sensitive credentials proliferate, organizations struggle to track, manage, and secure them, especially in modern applications that frequently utilize diverse technologies and microservices. This widespread distribution can complicate access management, hinder security measures, and make it difficult to share secrets effectively. To combat this, centralizing secrets management through tools like Doppler or multi-cloud capable solutions such as HashiCorp Vault can help streamline operations by consolidating credentials into a single, secure location. This approach simplifies credential updates, enhances security, and improves scalability by providing transparency and control over who can access specific secrets. Doppler, in particular, offers a user-friendly experience for managing secrets across environments and platforms, appealing to both developers and security professionals. As organizations grow and adopt multi-cloud strategies, addressing secrets sprawl becomes crucial for maintaining productivity and security, making secrets managers an essential part of modern infrastructure management.
Jul 31, 2021 1,269 words in the original blog post.
Vercel has integrated Doppler into its platform, allowing developers to easily install and use the tool's features in their projects. The integration extends Vercel's environment variable workflow with additional capabilities such as cross-project variable referencing and automatic redeployment when variables change using environment-specific webhooks. Developers can learn more about the Vercel integration documentation or visit the Doppler marketplace page to install the integration from the Vercel dashboard.
Jul 20, 2021 60 words in the original blog post.
The speaker, Ryan Blunden, discusses the concept of developing Node.js applications inside a Docker container in production, and how to build a remote container-based development environment on AWS using Visual Studio Code Dev Containers. He walks through the process of setting up a virtual machine (VM) in AWS, configuring Docker locally, and creating a launch script to install Docker and get it running on the VM. The speaker also covers the basics of dev container syntax, source code mounting options, and troubleshooting common issues such as environment variable conflicts with dotenv files. He emphasizes the importance of using a secrets manager like Doppler to manage sensitive data and encourages developers to experiment with remote development in containers for its benefits, despite some initial learning curve and configuration challenges.
Jul 07, 2021 8,536 words in the original blog post.
This guide provides a step-by-step process for setting up remote development on AWS using Visual Studio Code Dev Containers. To begin, you need to have AWS credentials with the necessary permissions and install the required extensions in Visual Studio Code. You also need to set up Docker locally and create an SSH key. Next, you configure your Ubuntu 20.04 AWS instance by uploading or importing your SSH public key and creating the instance. Once the instance is initialized, you log in using SSH and install and configure Docker if necessary. After that, you check that Docker works on AWS and create a Docker context locally to communicate with Docker running remotely via an SSH tunnel. Finally, you try running a Dev Container remotely by opening Visual Studio Code and running the command to try a development container sample. With these steps, you can set up remote development on AWS using Visual Studio Code Dev Containers and bring the Dev Container workflow to your application.
Jul 06, 2021 1,256 words in the original blog post.