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

cluster: clean up config error logging #4942

Merged
merged 1 commit into from
May 27, 2022

Commits on May 26, 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.
    jcsp committed May 26, 2022
    Configuration menu
    Copy the full SHA
    b74e04a View commit details
    Browse the repository at this point in the history