Skip to content

Steampipe plugin to query The Akeyless Vaultless Platform configuration (no secrets values).

License

Notifications You must be signed in to change notification settings

akeyless-community/steampipe-plugin-akeyless

Repository files navigation

image

Akeyless Plugin for Steampipe

Use SQL to query items, auth mehtods, roles, targets, gateways and more from Akeyless.

Quick start

Install the plugin with Steampipe:

steampipe plugin install akeyless/akeyless

Configure the plugin with your authentication method using the configuration file:

vi ~/.steampipe/config/akeyless.spc

Start Steampipe:

steampipe query

Run a sample query:

select
  role_name
from
  akeyless_role;

Or run the query from your command line without starting Steampipe:

steampipe query "select role_name from akeyless_role;"

Developing

Prerequisites:

Clone:

git clone https://github.com/akeyless-community/steampipe-plugin-akeyless.git
cd steampipe-plugin-akeyless

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/akeyless.spc

Try it!

steampipe query
> .inspect akeyless

Further reading:

Contributing

About

Steampipe plugin to query The Akeyless Vaultless Platform configuration (no secrets values).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published