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

@medable/mdctl-secrets

Package Overview
Dependencies
Maintainers
4
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medable/mdctl-secrets

Medable Developer Tools :: Secrets

  • 1.0.63-alpha.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
335
increased by16.72%
Maintainers
4
Weekly downloads
 
Created
Source

mdctl-secrets

Developer Tools Secrets Module for Medable

This module exposes the different kind of secrets you can use as credentials

Note: All secrets needs an environment definition.

  • Password Secret
    • It uses username, password and apiKey
  • Signature Secret
    • It uses secret and apiKey
  • Token Secret
    • It uses a JWT token

Usage

  new PasswordSecret(environment, {username: 'test', password: 'test', apiKey: 'myawesomeapikey'})
  
  new SignatureSecret(environment, {signature: 'myawesomesignature', apiKey: 'myawesomeapikey'})
  
  new TokenSecret(environment, {token: 'jwttokendata'})
  

FAQs

Package last updated on 14 Feb 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