steampipe-plugin-akeyless

command module
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

README

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

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