• Binbin's avatar
    Redact ACL username information and mark *-key-file-pass configs as sensitive (#12860) · 3c0fd252
    Binbin authored
    In #11489, we consider acl username to be sensitive information,
    and consider the ACL GETUSER a sensitive command and remove it
    from redis-cli historyfile.
    
    This PR redact username information in ACL GETUSER and ACL DELUSER
    from SLOWLOG, and also remove ACL DELUSER from redis-cli historyfile.
    
    This PR also mark tls-key-file-pass and tls-client-key-file-pass
    as sensitive config, will redact it from SLOWLOG and also
    remove them from redis-cli historyfile.
    3c0fd252
redis-cli.c 374 KB