Audit your Kubernetes secrets and find weak passwords
A simple Kubernetes secrets auditor that will help you finding weak passwords.
For now, you must build k8s-secret-auditor from source :
make build
Binary will be in the _bin directory.
NAME:
k8s-secret-auditor - Audit Kubernetes secrets
USAGE:
k8s-secret-auditor.exe [global options] command [command options] [arguments...]
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--namespace value, -n value, --ns value Audit a specific namespace
--config value, -c value, --conf value Set a specific config file (default: "config.yaml")
--help, -h show help (default: false)