You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#350)
## Description
The gateway microservices that use webhooks previously used the
environment variable `PROVIDER_BASE_URL` as the webhook target server.
The `social-app-template` has adopted a new nomenclature using
`WEBHOOK_BASE_URL`. All micro services should be in sync with the
`social-app-template` and use the new nomenclature.
## Acceptance Criteria
- All microservices that use webhooks use `WEBHOOK_BASE_URL` to
provision their webhook.
- [x] account
Follow up to remove entirely:
#339
wilwade
changed the title
Use dynamic registered webhooks instead of static
Standardize and enforce dynamic registered webhooks
Oct 21, 2024
Graph services has a way to register webhooks. We want to use this and remove the static webhook environment variables.
Goal: Remove static env vars that depend on other services that can do the informing at time of call
The text was updated successfully, but these errors were encountered: