Chamber
CLI tool for managing secrets stored in AWS SSM Parameter Store and AWS Secrets Manager.
Why consider Chamber?
Chamber is an open-source CLI tool written in Go by Segment. It manages application environment variables and secrets stored securely inside AWS SSM Parameter Store and AWS Secrets Manager, injecting secrets directly into process environments upon startup.
Learn Chamber by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Chamber
Chamber passes decrypted credentials directly into process memory without writing plain-text .env files to disk.
Quickstart
# Write secret to AWS SSMchamber write production db_password "my-secure-password"# Exec application with injected secretschamber exec production -- ./my-appChamber is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
boringproxy
Simple, self-hosted reverse proxy and tunnel manager for exposing private web services securely.
OWASP ModSecurity
Open-source Web Application Firewall (WAF) engine providing cross-platform HTTP security inspection.
OpenCTI
Open-source platform for managing cyber threat intelligence knowledge and STIX2 relationships.
Maltrail
Malicious traffic detection system utilizing public blacklists and heuristic traffic behavior analysis.