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
Is the handleSignature function correct? The Travis documentation seems to imply the code should check the Signature header against Travis’ public key.
caddy-git/travis_hook.go
Line 81 in 7c37f04
Is the
handleSignature
function correct? The Travis documentation seems to imply the code should check theSignature
header against Travis’ public key.It seems like the
Authorization
header is an old method of authenticating Travis requests phased out in November 2016.The text was updated successfully, but these errors were encountered: