[#2917] Add SSD mock service to docker stack - #2918
Draft
swrichards wants to merge 5 commits into
Draft
Conversation
Serves the existing SSD test fixtures as canned SOAP responses, keyed on the JaarOpgave/UitkeringsSpecificatie endpoint paths, and wires it into bin/stack.sh as a new satellite on port 5020.
SoapService has no zgw_consumers.Service to hook into, so this mirrors
ServiceConfigurationStep for it: a list of {identifier, url} entries,
upserted keyed on label (label doubles as the identifier -- SoapService
has no slug field).
Resolves a SoapService by identifier (like HaalCentraalConfigurationStep does for a zgw_consumers.Service) and points SSDConfig at it, leaving fields omitted from the YAML source untouched on re-runs.
Adds ssd_host to both render profiles and a soap_services_config + ssd_config block to data.yaml.j2, so a fresh stack points SSDConfig at the mock without any manual admin work.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2918 +/- ##
=========================================
Coverage 93.96% 93.97%
=========================================
Files 1325 1329 +4
Lines 57243 57365 +122
=========================================
+ Hits 53786 53906 +120
- Misses 3457 3459 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
swrichards
force-pushed
the
2917-ssd-mock-docker
branch
from
September 10, 2026 16:24
918fdc8 to
ebdef60
Compare
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.
Closes: #2917