Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhooks in Alerts: add host (POST method), head, JSON. #17879

Open
aandrey5 opened this issue Sep 17, 2024 · 0 comments
Open

Webhooks in Alerts: add host (POST method), head, JSON. #17879

aandrey5 opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aandrey5
Copy link

aandrey5 commented Sep 17, 2024

For several External APIs is needed to make a POST request with full additional attributes:

  • host 'type text' (POST must be default, but wanted an ability to change method - PUT / GET)

  • POST / PUT / GET 'radiobutton'

  • head 'type text' (needed text area json format, such as

            head = {
                   "Authorization": "OAuth <text>",
                   "some_needed_attrs": "<text>"
               }
  • JSON 'type text' for making a payload, such as
json = {
        "queue": "OMD",
        "summary": "Test Issue Direct Alert from OMD",
        "type": "bug",
        "assignee": "----",
        "attachmentIds": [],
        "boards": "542"
        }

Current version of OMD has only two attributes:

  • host
  • secret key
    that's not enough

Thread in support channel:
https://openmetadata.slack.com/archives/C02B6955S4S/p1726506390553779

image

@aandrey5 aandrey5 added the enhancement New feature or request label Sep 17, 2024
@Siddhanttimeline Siddhanttimeline self-assigned this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants