steampipe-plugin-vault

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2021 License: MPL-2.0 Imports: 2 Imported by: 0

README

Hashicorp Vault Plugin for Steampipe

Query HashiCorp Vault with SQL

Use SQL to query Vault. Example:

select * from vault_engine

Get Started

Installation
steampipe plugin install theapsgroup/vault

Or if you prefer, you can clone this repository and build/install from source directly.

go build -o steampipe-plugin-vault.plugin

mv steampipe-plugin-vault.plugin ~/.steampipe/plugins/hub.steampipe.io/plugins/theapsgroup/vault@latest/steampipe-plugin-vault.plugin

cp config/vault.spc ~/.steampipe/config/vault.spc
Configuration

Configuration is preferably done by ensuring you have the default Vault Environment Variables set:

  • VAULT_ADDR for the address of your Vault Server
  • VAULT_TOKEN for the API token used to access Vault

However, these can also be set in the configuration file:

vi ~/.steampipe/config/vault.spc

Testing Installation
steampipe query "select * from vault_engine"

Documentation

Further documentation can he found here

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL