Back to Home

AWS Secrets Manager

Secure credential storage with automatic rotation

Cloud

Role in the Platform

Secrets Manager stores API keys, database passwords, and trading credentials securely. All services retrieve secrets at runtime, eliminating hardcoded credentials from code and configuration.

Implementation Highlights

Zerodha API credentials (api_key, api_secret)
Database connection strings
Encryption with AWS KMS
Fine-grained IAM access policies
Audit logging via CloudTrail

Platform Components

All Go microservices - aws-sdk-go-v2 integration
Python Lambdas - boto3 secrets retrieval
ccl-iac - Terraform secret management

Learn more about AWS Secrets Manager:

Visit Official Website