Update git submodules

* Update oslo.context from branch 'master'
  - Filter out auth_token_info from logging values
    
    auth_token_info is a common field that subclasses of RequestContext
    add. It contains things like the token itself and the entire catalog,
    both of which are undesirable to log. The token is a security concern
    and the catalog is huge, which bloats the logs an unacceptable amount.
    
    This change removes the auth_token_info key from the logging dict
    that we return to the log formatter, which eliminates both problems.
    
    Change-Id: If5ebaa3c1859d32cd05f51defe173fc625b21af5
    Closes-Bug: 1866705
This commit is contained in:
Ben Nemec 2020-03-10 17:55:16 +00:00 committed by Gerrit Code Review
parent 8eefdc0f4b
commit a9ed6f8b17
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 730bf256d8d53742246047356a91d70394f45cff
Subproject commit 1dd72d1d209e699efc360ff99a20166aac831939