Project

General

Profile

Actions

Refactor #30707

closed

Refactor webhook model

Added by Lukas Zapletal over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Webhook needs to be associated with a template and it needs the following fields:

  • Name - A unique name for the webhook.
  • Event - Foreman Subscription API event name.
  • Enabled - If unchecked, the webhook will be inactive.
  • HTTP method - The type of HTTP request to send. Options include GET, POST, PUT, PATCH, and DELETE.
  • URL - The fuly-qualified URL of the request to be sent. This may specify a destination port number if needed.
  • HTTP content type - The value of the request’s Content-Type header.
  • Additional headers - Any additional headers to include with the request (optional). If this supports templating (ERB) it is a bonus.
  • SSL verification - True (default) to check HTTPS, false skips certification check.
  • CA - String (textbox) with CA or concatenated CA chain to check server cert against, similarily we do in Compute Resources.

Related issues 1 (1 open0 closed)

Related to Foreman - Tracker #30290: Foreman webhooks integration storyNewLukas Zapletal

Actions
Actions #1

Updated by Lukas Zapletal over 3 years ago

Actions #2

Updated by Lukas Zapletal over 3 years ago

  • Project changed from Foreman to Webhooks
Actions #3

Updated by Oleh Fedorenko about 3 years ago

  • Status changed from New to Closed

Closing this one as it was resolved within other issues.

Actions

Also available in: Atom PDF