For the complete documentation index, see llms.txt. This page is also available as Markdown.

Advanced

Advanced configuration and management of Cloud Security

Commander CLI

The Keeper Commander CLI provides command-line control and setup of all CNAPP / Cloud Security related functionality.

My Vault> pam cnapp help
pam cnapp
├── config (c)
│   ├── set              Create or update the provider configuration
│   ├── test             Validate credentials without saving
│   ├── test-encrypter   Health-check the customer Encrypter
│   ├── read             Read the persisted configuration
│   └── delete           Delete the configuration
└── queue (q)
    ├── list (l)         List queued issues
    ├── associate (a)    Attach a vault record to a queue item
    ├── remediate (r)    Trigger a remediation action via the Gateway
    ├── set-status (s)   Update an issue's status
    └── delete (d)       Delete a queue item

See the cnapp sub-command of the KeeperPAM Commands to automate the Cloud Security integration with Wiz and other providers.

Last updated