-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters