kubeguard / guard

🔑 Kubernetes Authentication & Authorization WebHook Server

Home Page:https://kubeguard.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guard should not log password/secrets

amanohar opened this issue · comments

Guard logs secrets or password from providers. It should not log/redact these secrets from pod logs.

1 logs.go:19] FLAG: --azure.client-id="foo"
1 logs.go:19] FLAG: --azure.client-secret="REDACTED"
1 logs.go:19] FLAG: --azure.tenant-id="bar"
1 logs.go:19] FLAG: --ldap.bind-password="REDACTED"

Working on a fix.