Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 879 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 879 Bytes

MyPulse HMAC Insomnia Plugin

How to install?

The plugin currently does not get published, therefore the only way to use it is by copying the plugin files from the repo.

  1. Download this repository
  2. run go plugin:install_dev
  3. In Insomnia click Tools > Reload Plugins

How to use this plugin?

The plugin will add the required HMAC headers to each request if the following conditions are met.

  1. The request has a X-Mp-Access-Key header set
  2. The environment contains a map named mpSecretAccessKeys
  3. The mpSecretAccessKeys map contains an entry for the access key used in the request

Example Request Example Environment