Skip to content

refactor(provider): adds signing to google maps provider requests geo…#122

Open
dobrea-v wants to merge 1 commit intomasterfrom
feature/FSWMO-1806
Open

refactor(provider): adds signing to google maps provider requests geo…#122
dobrea-v wants to merge 1 commit intomasterfrom
feature/FSWMO-1806

Conversation

@dobrea-v
Copy link
Copy Markdown

@dobrea-v dobrea-v commented Jul 2, 2024

ref #FSMWO-1806

Summary

This changes implement signing of requests to Google Maps API's, so that the limit of 25k request is not hit, by extending Google Maps provider to accept secret key and then using it to generate the signature parameter for requests.

Context

Creating unsigned request to Google Maps API will hit rate limit of 25k requests per day. This can be bypassed be singing request on the internal service side.

@dobrea-v dobrea-v requested a review from a team as a code owner July 2, 2024 10:43
paliiuc
paliiuc previously approved these changes Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants