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

[v21.11.x] cluster: clean up config error logging #5014

Merged
merged 1 commit into from
Jun 3, 2022

Commits on Jun 2, 2022

  1. cluster: clean up config error logging

    There are a bunch of places we log config values on
    error, which are currently safe for secrets (because
    secrets are all freeform strings that cannot fail
    validation), but future-proof these paths by using
    format_raw to ensure that if we added validated+secret
    fields in future they'd be redacted properly.
    
    (cherry picked from commit b74e04a)
    
    Conflicts:
        src/v/cluster/config_manager.cc
        src/v/redpanda/admin_server.cc
    Aaron Fabbri committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    2b70d9f View commit details
    Browse the repository at this point in the history