turbot/aws_compliance

Query: opensearch_domain_cognito_authentication_enabled_for_kibana

Usage

powerpipe query aws_compliance.query.opensearch_domain_cognito_authentication_enabled_for_kibana

Steampipe Tables

SQL

select
arn as resource,
case
when cognito_options ->> 'Enabled' = 'true' then 'ok'
else 'alarm'
end status,
case
when cognito_options ->> 'Enabled' = 'true' then title || ' cognito authentication enabled for kibana.'
else title || ' cognito authentication disabled for kibana.'
end reason,
region,
account_id
from
aws_opensearch_domain;

Controls

The query is being used by the following controls: