🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@medable/mdctl-secrets

Package Overview
Dependencies
Maintainers
9
Versions
73
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

latest
Source
npmnpm
Version
1.0.73
Version published
Maintainers
9
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 31 Jul 2024

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