Skip to content

eddiegroves/insomnia-plugin-keychain-template-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

insomnia-plugin-keychain-template-tag

This is a plugin for Insomnia that provides a template tag for finding passwords stored in MacOS Keychain.

This avoids putting secrets into Insomnia in plain text.

The plugin will call the security command, matching on account and/or service/server to return a generic or internet password. The security command must be available in PATH of the defautl shell.

Available on NPM registry: insomnia-plugin-keychain-template-tag

Installation using Insomnia

To add an Insomnia plugin, go to Preferences in Insomnia. Then click the Plugins tab. Enter the name insomnia-plugin-keychain-template-tag then click Install Plugin.

Installation using Git

Nvigate to the following location on your machine and git clone the repository:

  • MacOS: ~/Library/Application Support/Insomnia/plugins/
git clone https://github.com/eddiegroves/insomnia-plugin-keychain-template-tag.git

Uninstallation

To remove an Insomnia Plugin permanently, navigate to the following location on your machine and delete the plugin folder manually:

  • MacOS: ~/Library/Application Support/Insomnia/plugins/

MacOS only

MacOS only: The plugin has no other native dependencies or cross-platform credential libraries used.

Alternative plugins