steampipe plugin install akeyless-community/akeyless

Table: akeyless_gateway

Akeyless gateways

Examples

List all Gateways with complete information

select
*
from
akeyless_gateway;

List all Gateways by Name and Status

select
display_name,
status
from
akeyless_gateway;

Schema for akeyless_gateway

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form.
allowedbooleanIndicates if the gateway is allowed.
allowed_access_idsjsonbA list of allowed access IDs for the gateway.
cluster_nametextThe name of the cluster associated with the gateway.
cluster_urltextThe URL of the cluster associated with the gateway.
customer_fragmentsjsonbCustomer-specific fragments associated with the gateway.
default_protection_key_idbigintThe default protection key ID used for the gateway.
default_secret_locationtextThe default location where secrets are stored for the gateway.
display_nametextThe display name of the gateway.
gateway_idbigintThe unique identifier for the gateway.
sp_connection_nametext=, !=, ~~, ~~*, !~~, !~~*Steampipe connection name.
sp_ctxjsonbSteampipe context in JSON form.
statustextThe current status of the gateway.