Locker Environment
Purpose: Secure credential and secret storage.
| Property | Value |
|---|---|
| Vault Port | 6720 |
| Operational Port | N/A (vault only) |
| Key Prefix | locker: |
| Locker ID | l_d61f |
| MCP Server | /opt/mcp-servers/locker/mcp_locker_server.py |
Key Patterns:
- locker:{locker_id} - Locker record
- locker:{locker_id}:credentials - Credentials in locker
Locker ID Format: l_XXXX (4 alphanumeric chars)
CRITICAL SECURITY: - Single vault only - NO operational pod exposed - Contains all environment passwords - Bootstrap password (l_a7d6) is only hardcoded password - All other passwords retrieved via credentials_helper.py
Master Credentials Locker: l_d177 (contains all environment locker references)
Architecture: - Each environment has its own locker ID - credentials_helper.py retrieves passwords at runtime - No passwords in source code (except bootstrap)