~bigbes/core-go

ref: f9c34fc34802dc71cd2a80769270305573aa2cc9 core-go/webhooks/config.go -rw-r--r-- 1.8 KiB
f44afb10 — Simon Ser 4 years ago
go fmt
07f694d2 — Drew DeVault 4 years ago
webhooks: expand auth configuration

The purpose of this change is to enable internal webhooks to be
configured in GQL webhook tables. A webhook subscription now includes
the auth method field which is appropriate, which is limited to either
OAUTH2 or INTERNAL. In the former case, the previous set of fields will
be valid, and in the latter case, the NodeID field will be valid. This
will allow us to register webhook subscriptions for internal use.
86e1e934 — Drew DeVault 5 years ago
webhooks: panic on nested webhook auth case

This is not strictly speaking necessary since we have a panic which
immediately follows the switch, but it is cleaner.
8bd6005b — Drew DeVault 5 years ago
webhooks: initial prototype for GQL-native webhooks