Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

insomnia-plugin-obfuscated-secrets-export

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-plugin-obfuscated-secrets-export

This plugin offers a workspace export function which obfuscates your secret values that you don't want to be exposed in the export file.

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

insomnia-plugin-obfuscated-secrets-export

This plugin offers a workspace export function which obfuscates your secret values that you don't want to be exposed in the export file.

The import function then asks the user to input or correct these values on import.

Default values on import are either aggregated from

  • existing secret variables from the current environments
  • a stored version during export (only accessible to the plugin itself)

The definition in "Manage Environment" looks like:

  "my_secret_variable": {
    "_secret": "VerySecretValue"
  }

For the usage of the environment variable you use _.my_secret_variable._secret instead of _.my_secret_variable

The default key "_secret" can be changed by defining a custom key in the environment variable insomnia_export_secrets_key

Keywords

FAQs

Package last updated on 15 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc