Version: 1.0.11
Rundeck HTTP Workflow Step Plugin
Rundeck

This plugin provides a way to send HTTP requests as part of a Rundeck workflow step. It is based on the excellent Ohioit Http Step Plugin.


Rundeck HTTP Workflow Step Plugin

This plugin provides a way to send HTTP requests as part of a Rundeck workflow step.  It is based on the excellent Ohioit Http Step Plugin https://github.com/ohioit/rundeck-http-plugin

Features

  • GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
  • Authentication: BASIC or OAuth 2.0
  • Project or Framework level configuration
  • Support for Self Signed SSL Certificates

Caveats

OAuth 2.0 only supports the Client Credentials Grant Type. The OAuth configuration is per-project or per-framework. This means that each job will share the entire project or entire frameworks credentials. However, this allows those credentials to be externalized into the framework configuration and avoids them being exported with projects.

Todo

  • Support request parameters from config and/or data