mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #535] ServiceNow #389
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yellowdigital on GitHub (Jun 22, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/535
Discussed in https://github.com/healthchecks/healthchecks/discussions/532
Originally posted by yellowdigital June 16, 2021
Hello, We have a requirement to add in integration to ServiceNow platform.
Initially we had this working using the existing "webhook" integration and posting in a well formed JSON body string to the webhook. This was working well but was not using strong authentication, only basic Auth in the header.
We now need to extend this functionality to allow for an Oauth2 token request phase, then using bearer auth with the returned token, to post the data into the webhook URL.
Would anybody be interested in developing an new integration to handle this scenario? We would be prepared to contribute towards the cost of building this and getting it approved into the public repository healthchecks.