Skip to content

Commit f3ee4da

Browse files
jirhikerclaude
andcommitted
docs: drop private-IP db access note from ADR3
Remove the Cloud SQL private-IP (10.10.0.3) risk bullet and its matching acceptance-criterion line. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9b28ced commit f3ee4da

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ADR3.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@ and OGC API - Features. pygeoapi owns the EDR observational surface.
241241
reliable. **Decided:** a collection-level query at a well returns the merged
242242
series (manual + transducer on one time axis); instances remain available to
243243
isolate a single transducer deployment (see Decision).
244-
- **Private-IP database access** — the facade must reach Cloud SQL over the
245-
private IP path (`10.10.0.3`), consistent with the datastore convention noted
246-
for GeoServer; public IP returns 502s.
247244
- **Publication gating** — enforce that only `visible` / QC-approved records
248245
reach EDR, ideally at the view layer so it cannot be bypassed.
249246
- **Units and vocabularies** — declare EDR parameter units and definitions from
@@ -262,8 +259,7 @@ and OGC API - Features. pygeoapi owns the EDR observational surface.
262259
- `GET /collections/water-chemistry/area?coords=...&parameter-name=...` returns
263260
the expected analyses for a polygon, filtered by analyte.
264261
- Only QC-approved / visible records appear in EDR responses.
265-
- The service reaches Cloud SQL over the private IP and passes a read-only
266-
smoke test against production-shaped data.
262+
- The service passes a read-only smoke test against production-shaped data.
267263
- OpenAPI and conformance documents validate against the EDR spec.
268264

269265
## Notes

0 commit comments

Comments
 (0)