Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dobrea-v
Copy link
Collaborator

@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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants