Azure / azure-capi-cli-extension

Kubernetes Cluster API support in the Azure CLI
MIT License
20 stars 17 forks source link

May leak data with `--debug` flag #248

Closed mboersma closed 2 months ago

mboersma commented 3 months ago

az capi create --debug logs a lot of information, but that may include the contents of a kubeconfig and service principal.

Let's audit the --debug output and ensure that it is sanitized.