Skip to content

Commit

Permalink
Modified defaults for authorization logging fields
Browse files Browse the repository at this point in the history
  • Loading branch information
marblestation committed Nov 27, 2019
1 parent 6020f9c commit 6f7c03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solr/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def __init__(self, *args, **kwargs):
self._host = None
self.internal_logging_params = {
'X-Amzn-Trace-Id': 'Root=-',
'Authorization': 'Bearer:-',
'X-Forwarded-Authorization': 'Bearer:-',
'Authorization': '-',
'X-Forwarded-Authorization': '-',
} # Pass to solr/clean from response, only for logging purposes

def get(self):
Expand Down

0 comments on commit 6f7c03c

Please sign in to comment.