Skip to content

Add debug logging to bluegreen secrets injection path#151

Closed
jonathonbyrdziak wants to merge 1 commit into
masterfrom
fix/debug-bluegreen-secrets-injection
Closed

Add debug logging to bluegreen secrets injection path#151
jonathonbyrdziak wants to merge 1 commit into
masterfrom
fix/debug-bluegreen-secrets-injection

Conversation

@jonathonbyrdziak

Copy link
Copy Markdown
Contributor

The previous debug logging was only added to the standard startContainers path, but release/bluegreen deployments use dockerUpWithSecrets instead. Logs the override contents, full docker command, and docker output.

Summary

Brief description of what this PR does.

Change Type

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Security fix (addresses a vulnerability)
  • Documentation update
  • Refactoring (no functional changes)

Changes Made

Testing

  • I have tested this locally
  • Existing functionality is not broken
  • I have added/updated tests where applicable

Test Steps

  1. ...
  2. ...

Security Checklist

  • No credentials, secrets, or API keys are committed
  • Shell commands use escapeshellarg() for variable interpolation
  • User input is validated and sanitized
  • File operations validate paths stay within expected boundaries
  • No debug code (var_dump, die, print_r) is included

SOC 2 Readiness

  • Changes maintain audit trail (git history)
  • Changes do not weaken access controls
  • Changes do not expose confidential data
  • Changes are documented (code comments, docs updates)
  • N/A - Changes do not affect SOC 2 readiness

Related Issues

Closes #

Screenshots / Output

If applicable, include command output or screenshots.

The previous debug logging was only added to the standard startContainers
path, but release/bluegreen deployments use dockerUpWithSecrets instead.
Logs the override contents, full docker command, and docker output.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jonathonbyrdziak
jonathonbyrdziak deleted the fix/debug-bluegreen-secrets-injection branch March 24, 2026 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant