From c9bdbe51ec81f6437fab4ca5b0403e19b670f99d Mon Sep 17 00:00:00 2001 From: Maxime Lamothe-Brassard Date: Sat, 11 Jul 2026 10:25:53 -0700 Subject: [PATCH] cloudsec: enable-gate extension renamed to ext-cloud-security Doc/help-text only: the ext-cloud-inventory extension (the /cloudsec enable gate) was renamed to ext-cloud-security. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_015kiVFM7wDDFeLHjbd477AW --- limacharlie/commands/cloudsec.py | 6 +++--- limacharlie/sdk/cloudsec.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/limacharlie/commands/cloudsec.py b/limacharlie/commands/cloudsec.py index aebe7237..936a496f 100644 --- a/limacharlie/commands/cloudsec.py +++ b/limacharlie/commands/cloudsec.py @@ -8,9 +8,9 @@ Reads require the ``cloudsec.get`` permission and writes require ``cloudsec.set``. Every command requires the org to be subscribed to -the ``ext-cloud-inventory`` extension: +the ``ext-cloud-security`` extension: - limacharlie extension subscribe --name ext-cloud-inventory + limacharlie extension subscribe --name ext-cloud-security Provider credentials and the cloudsec policies are hive records — manage them with the hive commands (``limacharlie hive list @@ -620,7 +620,7 @@ def _sort_options(f): def group() -> None: """Cloud Security (CNAPP): findings, inventory, graph, compliance. - Requires the org to be subscribed to the ext-cloud-inventory + Requires the org to be subscribed to the ext-cloud-security extension. Reads need the 'cloudsec.get' permission; triage and other writes need 'cloudsec.set'. Provider configs and policies are hive records (cloudsec_provider / cloudsec_policy hives). diff --git a/limacharlie/sdk/cloudsec.py b/limacharlie/sdk/cloudsec.py index c4a6d256..30104b8c 100644 --- a/limacharlie/sdk/cloudsec.py +++ b/limacharlie/sdk/cloudsec.py @@ -9,7 +9,7 @@ Reads require the ``cloudsec.get`` permission and writes require ``cloudsec.set``; every route additionally requires the org to be -subscribed to the ``ext-cloud-inventory`` extension (403 otherwise). +subscribed to the ``ext-cloud-security`` extension (403 otherwise). Provider credentials/config and the cloudsec policies are hive records (``cloudsec_provider``, ``cloudsec_policy``, ``cloudsec_query``