Skip to content

johnsmyth/steampipe-plugin-vault

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

About

A Hashicorp Vault Plugin for Steampipe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • PLSQL 0.7%