feat: Add FixMyStreet scenario#155
Merged
Merged
Conversation
…ncils Deploy mySociety's FixMyStreet platform as an ISB StackSet scenario with: Infrastructure (CDK): - Aurora PostgreSQL 16.6 Serverless v2 with PostGIS - Fargate task with 3 containers (FMS app, nginx sidecar, memcached) - CloudFront HTTPS termination, ALB, EFS for photo uploads - IsbRoleNamingAspect for ISB SCP compliance Docker image (ghcr.io/co-cddo/ndx_try_aws_scenarios-fixmystreet): - Extends official fixmystreet/fixmystreet:stable - Custom entrypoint: config generation, schema init, user creation, demo seeding - 260 reports, 150 comments, 15 citizens across Camden Walkthrough (6 steps, 20 minutes): - Find credentials, explore citizen view, report a problem - Council dashboard, admin panel, AWS architecture - Screenshots from live deployment included Also adds hub stack entry, CI/CD synth job, and Docker build workflow.
The council admin Perl script requires the "NDX Demo Council" body to exist, but it was running before the seed script that creates it. On fresh deployments (new sandbox), this caused "No body found" and the admin user was never created — making the CloudFormation output password useless. Also fixes env var passing: injects credentials directly into the Perl script via shell interpolation instead of relying on su -c to preserve environment variables.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fixmystreet/fixmystreet:stablewith automated init and demo seedingArchitecture
Credentials
FixMyStreetUrlcouncil-admin@example.org/ CloudFormation outputAdminPassword/admin(superuser with 2FA skipped via staging flag)Test plan
/admin/reportsdashboard shows seeded data