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, statusfrom akeyless_gateway;
Schema for akeyless_gateway
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
allowed | boolean | Indicates if the gateway is allowed. | |
allowed_access_ids | jsonb | A list of allowed access IDs for the gateway. | |
cluster_name | text | The name of the cluster associated with the gateway. | |
cluster_url | text | The URL of the cluster associated with the gateway. | |
customer_fragments | jsonb | Customer-specific fragments associated with the gateway. | |
default_protection_key_id | bigint | The default protection key ID used for the gateway. | |
default_secret_location | text | The default location where secrets are stored for the gateway. | |
display_name | text | The display name of the gateway. | |
gateway_id | bigint | The unique identifier for the gateway. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
status | text | The current status of the gateway. |