-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Milestone
Description
Issue Type
- Bug Report
Summary
Bitbucket webhook no longer works on v18.6.0, downgrading to v18.5.0 solved the problem.
Posting to https://{webhookSecret}:x@gocd.example.com:8154/go/api/webhooks/bitbucket/notify returns 401 and following message: Basic authentication credentials are not required, since security has been disabled on this server.
Removing auth bit from the link resulted in 400 and following message: No token specified via basic authentication!
Then I attempted to enable user authentication and:
- use original details which returned
Invalid credentials. Either your username and password are incorrect, or there is a problem with your browser cookies. Please check with your administrator. - use user's details which returned
Token specified via basic authentication did not match!
Basic environment details
Using docker image gocd/gocd-server:v18.6.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels