Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 820 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 820 Bytes

vault-to-env README

Features

  1. Connecting to a Vault
  2. Writing env file

Connecting to a Vault

A Vault token must be acquired by authenticating against an authentication backend. This extension supports integrated authentication via a token or via a username and password.

Writing env file

Write or add an .env file to the contents of key-value pairs or as JSON structures provided by Vault secrets

Requirements

Running this extension requires VisualStuido Code version 1.42.0 (January 2020) or later.

Extension Settings

The following settings are supported

  • vault.env.connections : A collection of Vault connections.

Enjoy!