You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(security): remove hardcoded secrets from infrastructure files
- Replace base64-encoded credentials in k8s/secret.yaml with placeholders
- Use ${POSTGRES_PASSWORD:-changeme} env var references in docker-compose
- Remove default "changeme" from Helm secret template (now required)
- Use ${AIRFLOW_POSTGRES_PASSWORD} and ${AIRFLOW_ADMIN_PASSWORD} in Airflow compose
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments