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

Restore previous handling of long passwords #1295

Merged
merged 1 commit into from
Jan 18, 2023
Merged

Commits on Jan 17, 2023

  1. Restore previous handling of long passwords

    Configured passwords for the servicebroker and the healthendpoints were
    previously silently truncated to the first 72 bytes [1].
    
    This change restores the truncation to the first 72 bytes, but adds an
    error level warning (as `lager` does not have a dedicated warning
    level), documenting this truncation, so previously configured passwords
    longer than 72 bytes will continue to work unchanged.
    
    Prior to this PR, passwords longer than 72 bytes would cause an error.
    
    [1]: golang/go#36546
    silvestre committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5e630ad View commit details
    Browse the repository at this point in the history