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
Currently, if a specific ContentType is specified in the WRP webhook registration, the full WRP encoded as Msgpack is sent instead of just the WRP's payload field. This functionality is not straightfoward to webhook clients, so we are proposing an additional field that would specify whether Caduceus sends the full WRP. The ContentType would no longer be involved in this logic.
Some name options for this new field:
SendFullWRP
IncludeFullWRP
IncludeWRP
The text was updated successfully, but these errors were encountered:
https://github.com/xmidt-org/webpa-common/blob/main/webhook/webhook.go#L25
Currently, if a specific ContentType is specified in the WRP webhook registration, the full WRP encoded as Msgpack is sent instead of just the WRP's payload field. This functionality is not straightfoward to webhook clients, so we are proposing an additional field that would specify whether Caduceus sends the full WRP. The ContentType would no longer be involved in this logic.
Some name options for this new field:
SendFullWRP
IncludeFullWRP
IncludeWRP
The text was updated successfully, but these errors were encountered: