Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions limacharlie/commands/cloudsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion limacharlie/sdk/cloudsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down