Home / Companies / Doppler / Blog / March 2026

March 2026 Summaries

5 posts from Doppler

Filter
Month: Year:
Post Summaries Back to Blog
Doppler's March 2026 product update introduces several features aimed at enhancing cloud control and reducing the burden of managing secrets. Key updates include the automatic rotation of Azure Service Principal client secrets for Team and Enterprise plans, which allows users to set up a configurable schedule for creating new secrets and revoking old ones. Additionally, Enterprise users can now leverage Azure as a dynamic secret provider, enabling temporary Azure credentials with time-limited access through dynamically created service principals. Other improvements include support for non-US Twilio regions, a "View all secrets" option in global search, and enhanced activity logs that now display both old and new project names for better audit and compliance tracking. There are also updates to development container features and project syncs, along with a fix for duplicate permissions in the List Permissions API endpoint.
Mar 30, 2026 354 words in the original blog post.
Engineering teams often underestimate the complexity of managing secrets until they face challenges related to secret sprawl, where sensitive information like API keys and tokens become scattered across multiple environments and tools, leading to security risks. The "Sprawl Brawl" concept highlights common pitfalls such as hardcoded secrets, manual rotations, and shared credentials, illustrating how these issues compound over time due to systemic problems rather than individual carelessness. Doppler addresses these challenges by centralizing secrets management into a single, secure platform that automates syncing and rotation, ensuring consistent access control and visibility. This approach reduces the risks associated with secrets being exposed, particularly in AI tools, by providing a robust system that eliminates the fragmentation and inconsistency of decentralized secrets management. The emphasis is on creating a secure and manageable infrastructure, preventing the chaos that decentralized systems can cause, especially when new technologies amplify existing vulnerabilities.
Mar 25, 2026 829 words in the original blog post.
In response to the limitations and failures of existing automation tools, developer ChiefGyk3D created a secure, flexible, self-hosted automation system using a Raspberry Pi. This approach involves a fully open-source stack with Dockerized components, event-driven automations, and cross-platform integrations, all designed to maintain control and reduce complexity. The system emphasizes simplicity, modularity, and security, particularly in managing secrets, to prevent common issues like scattered API keys and credentials. This method reflects a broader trend in DevOps towards customizable, self-contained systems that minimize reliance on third-party services. By centralizing secrets management and focusing on intentional infrastructure design, ChiefGyk3D's projects demonstrate how modern automation can be both powerful and manageable, paving the way for further innovations in self-hosted and secure automation solutions.
Mar 24, 2026 1,860 words in the original blog post.
In modern AI model inference pipelines, securing API keys, tokens, and model endpoints is crucial due to the complex architecture and potential vulnerabilities at various layers. These pipelines, unlike training pipelines, require real-time data handling and continuous availability, involving multiple layers such as compute infrastructure, inference runtimes, and serving layers. Secrets such as API keys and tokens are embedded across these layers, representing potential exposure points if not properly secured, as they manage authentication and authorization processes. Common security risks include hardcoded credentials, token exposure through logs, and unsecured model endpoints, making it vital to implement robust secrets management practices. This involves using secure storage mechanisms, managed identities, secret management platforms like HashiCorp Vault or AWS Secrets Manager, and implementing token rotation and monitoring for suspicious activity. Platforms like Doppler provide centralized secrets management, enabling secure deployment and operation of AI systems at scale, ensuring credentials never reside in plaintext configurations and are dynamically injected at runtime, with comprehensive audit trails and automatic updates when credentials rotate.
Mar 11, 2026 1,690 words in the original blog post.
In 2026, securing credentials on Model Context Protocol (MCP) servers is crucial as many developers still rely on outdated security practices, like using plaintext files or hardcoding credentials, which makes them vulnerable to attacks. Best practices to enhance security include replacing .env files with runtime secret injection, implementing least privilege with per-server credentials, automating credential rotation, using OAuth 2.1 for client authentication, and enabling comprehensive audit logging. Additionally, secure deployment patterns, such as separating secrets across environments and verifying MCP server integrity, are essential to prevent unauthorized access and mitigate security risks. Implementing these strategies can protect sensitive information and ensure that MCP servers are robust against potential threats, with tools like Doppler offering crucial support for runtime injection and secrets management.
Mar 09, 2026 2,475 words in the original blog post.