Skip to content

Conversation

@johnrwatson
Copy link
Contributor

@johnrwatson johnrwatson commented Oct 21, 2025

  1. Adds token rotation to the token generation
  2. Adds some logic to verify the database connection actually works, rather than just says it's connected
  3. minor chore to fix invocation of docker-compose which should be docker compose
  4. Verified locally it all still ties together
  5. Remote stack looks good

@github-actions
Copy link

✅ Infrastructure Flags Check Passed

All required infrastructure flags are deployed to sandbox.

Deployed Flags

  • baseline
  • redis
  • poop
  • canoe

Current Status

  • Environment: sandbox
  • Application: tonys-chips
  • Status: Ready for deployment

✅ All infrastructure requirements are met. Deployment can proceed.

@github-actions
Copy link

🚀 New Environment Deployed

✅ Your Tony's Chips application has been deployed and will be ready for testing in a few minutes!

Environment Details:

  • 🌐 Application URL: http://44.204.220.127:8080
  • 🏷️ Version: 20251021.092053.0-sha.8bf323c
  • Deployed: 2025-10-21T08:24:52.589Z

Quick Links:

Testing the Environment:

# Access the web application
open http://44.204.220.127:8080

# Test API endpoints
curl http://44.204.220.127:8080/api/health
curl http://44.204.220.127:8080/api/products

# Test the full application flow
curl -X POST http://44.204.220.127:8080/api/cart \
  -H "Content-Type: application/json" \
  -d '{"productId": 1, "quantity": 2}'

💡 Tip: This environment will be automatically cleaned up after testing is complete.

@johnrwatson johnrwatson merged commit 0c130ff into main Oct 21, 2025
8 checks passed
@github-actions
Copy link

🧹 Environment Cleanup Complete

✅ The environment for branch fix/auth-to-db has been successfully cleaned up.

Cleanup Details:

  • 🌿 Branch: fix/auth-to-db
  • Completed: 2025-10-21T08:31:25.814Z
  • 🗑️ Action: All associated AWS resources have been terminated

Summary:

  • EC2 instances stopped and terminated
  • Associated resources cleaned up
  • No further charges will accrue for this environment

💡 Note: This cleanup was triggered automatically when the PR was closed.

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.

2 participants