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

[7.x] Mask password discovered via module autodiscover hint (#15616) #15657

Merged
merged 1 commit into from
Jan 18, 2020

Commits on Jan 17, 2020

  1. Mask password discovered via module autodiscover hint (elastic#15616)

    * Mask password is string representation of config
    
    * Rename method
    
    * Adding unit test
    
    * Use const for module config password setting name
    
    * Using common.DebugString
    
    * Simplifying
    
    * Removing now-invalid unit test
    
    * Removing now-unnecessary const
    
    * Refactoring: moving debug-related var and func to common file
    
    * Refactoring: rename from black list to mask list
    
    * Implement fmt.Formatter for common.MapStr
    
    * Reintroduce debug statement
    
    * Make MarshalLogObject always filter MapStr object for logging purposes
    
    * Refactoring: renaming to be bit more generic
    
    * Forgot to add license header to new file
    
    * Fixing verb syntax
    ycombinator committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    37572d5 View commit details
    Browse the repository at this point in the history