CLI Commands
cnspec vault
Manage vault environments for securely storing and retrieving credentials used in cnspec scans.
Use cnspec vault subcommands to configure vault environments for securely storing and retrieving credentials used during scans. This lets you avoid passing secrets on the command line or storing them in plain text. Supported vault types include AWS Parameter Store, AWS Secrets Manager, GCP Secret Manager, HashiCorp Vault, and others.
Options
-h, --help help for vaultOptions inherited from parent commands
--api-proxy string Set the proxy for communications with Mondoo Platform API
--auto-update Enable automatic provider installation and update (default true)
--config string Set config file path (default $HOME/.config/mondoo/mondoo.yml)
--log-level string Set the log level: error, warn, info, debug, trace (default "info")
-v, --verbose Enable verbose outputSEE ALSO
- cnspec - cnspec CLI
- cnspec vault add-secret - Store a secret in a vault
- cnspec vault configure - Configure a vault environment