Skip to content

Commit

Permalink
feat(services): Support HTTP connections to Pelias services
Browse files Browse the repository at this point in the history
While the recommended configuration for Pelias has used HTTP
communication between services, there are many valid reasons to put each
service behind HTTPS.

Because of Node.js's interesting decision to have completely separate
and incompatible http and https modules, this has not been a supported
configuration out of the box.

However, adding this support is not difficult, and that's what's been
done here. Both HTTP and HTTPS service URLs should work seamlessly now.

This support comes from upgrading `pelias-microservice-wrapper` to
version `1.10.0`.

Fixes pelias/pelias#839
  • Loading branch information
orangejulius committed Jul 16, 2021
1 parent 07fc584 commit 61957e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"pelias-config": "^5.0.1",
"pelias-labels": "^1.16.1",
"pelias-logger": "^1.2.0",
"pelias-microservice-wrapper": "^1.7.0",
"pelias-microservice-wrapper": "^1.10.0",
"pelias-model": "^9.0.0",
"pelias-parser": "pelias/parser#remove-unit-type",
"pelias-query": "^11.0.0",
Expand Down

0 comments on commit 61957e4

Please sign in to comment.