FAQ | This is a LIVE service | Changelog

Skip to content

Commits on Source 5

  • Mike Knee's avatar
    feat: add authentication to webhook endpoint · 34496a68
    Mike Knee authored
    Adds OIDC token authentication to the webhook endpoint. Entra Webhook
    container must be configured with:
    - Tenancy id, used to verify `tid` in claim and generate token issuer
      URL.
    - Entra application id, used to verify the `aud` in claim.
    - Entra expected principal app id, used to verify the `azp` in claim.
    - Entra expected principal object id, used to verify the `sub` and `oid`
      in claim.
    34496a68
  • Mike Knee's avatar
    fix: remove JSON checking from data publishing · e81418f3
    Mike Knee authored
    Webhook handler was enforcing that the webhook data payload was JSON
    before publishing to the downstream PubSub topic. This removes this
    functionality as it is not required.
    e81418f3
  • Mike Knee's avatar
    fix: exclude run handler function from coverage · 316b70da
    Mike Knee authored
    The entrypoint function for running the application is excluded from
    coverage statistics, as it only starts the server and has no
    functionality beyond that, making it unuseful to test.
    316b70da
  • Mike Knee's avatar
    Merge branch 'dev-add-authentication' into 'main' · fc742d62
    Mike Knee authored
    Add authentication to webhook handler endpoint
    
    See merge request !43
    fc742d62
  • lib-bot's avatar
    chore(release): 0.13.0 · f3d41ab2
    lib-bot authored
    f3d41ab2
Loading