Skip to content

Add notify api key#151

Merged
steventux merged 2 commits intomainfrom
add-notify-api-key
Jul 2, 2025
Merged

Add notify api key#151
steventux merged 2 commits intomainfrom
add-notify-api-key

Conversation

@steventux
Copy link
Contributor

Context

We use 2 different API keys in the lambdas, these are stored in secrets manager and assigned to env vars at runtime.

OAUTH_API_KEY is the API key we use for our OAuth / JWT generation
NOTIFY_API_KEY is the API key we use to verify callback requests from Notify.

Changes

This PR re-adds NOTIFY_API_KEY env var and uses it for callback request verification.

@steventux steventux force-pushed the add-notify-api-key branch from 71de614 to 606187d Compare July 2, 2025 16:09
steventux added 2 commits July 2, 2025 17:41
    Notify supplies an api key in the callback request header. This is not the same as the api key we use to authenticate via oauth.
@steventux steventux force-pushed the add-notify-api-key branch from 606187d to ccdcf6f Compare July 2, 2025 16:42
@steventux steventux added this pull request to the merge queue Jul 2, 2025
Merged via the queue into main with commit b64cbb1 Jul 2, 2025
9 checks passed
@steventux steventux deleted the add-notify-api-key branch July 2, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants