~bigbes/core-go

ref: 4825077296f22e1bfd33a524e32481af4a7ec3c1 core-go/webhooks/config.go -rw-r--r-- 1.8 KiB
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