Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpk debug bundle should implement redaction rules for sensitive info #4911

Closed
mattschumpert opened this issue May 24, 2022 · 1 comment · Fixed by #4915
Closed

rpk debug bundle should implement redaction rules for sensitive info #4911

mattschumpert opened this issue May 24, 2022 · 1 comment · Fixed by #4915
Labels
kind/enhance New feature or request

Comments

@mattschumpert
Copy link

Sensitive info collected by the diagnostic bundle such as configs in redpanda.yaml, IPs in the DNS info, names of Consumer Groups in the 'topic metadata' section should be redact-able with configurable redaction rules before being zipped.

@twmb
Copy link
Contributor

twmb commented May 24, 2022

The only way to be forward compatible with redacting sensitive information is to either:

  • strip the Other map, which has arbitrary information that we cannot vet,
  • specifically copy which fields we want to send (allowlist only)
  • do not send the config file at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhance New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants