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

streamingccl: redact ssl cert parameters in job description #95835

Merged

Commits on Feb 21, 2023

  1. streamingccl: redact ssl cert parameters in job description

    This redacts ssl related query parameter from the job description of
    the stream ingestion job. We want these redacted because if the user
    is using an sslinline URL they will contain the certificate and key
    content itself.
    
    One may claim that we really only need to redact sslkey in the case of
    sslinline=true. But, many users get spooked by seeing anything that
    looks like a security related artifact in these jobs descriptions, so
    I've opted to redact:
    
        sslkey
        sslcert
        sslrootcert
    
    Epic: none
    
    Release note: None
    stevendanna committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    81c7719 View commit details
    Browse the repository at this point in the history