Skip to content

Commit

Permalink
Remove log entry with sensitive credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
cript0nauta committed Oct 31, 2019
1 parent ee813b1 commit d71bc94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion faraday_agent_dispatcher/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def __init__(self, session, config_path=None):
async def reset_websocket_token(self):
# I'm built so I ask for websocket token
headers = {"Authorization": f"Agent {self.agent_token}"}
logger.info(f"headers:{headers}")
websocket_token_response = await self.session.post(
api_url(self.host, self.api_port, postfix='/_api/v2/agent_websocket_token/'),
headers=headers)
Expand Down

0 comments on commit d71bc94

Please sign in to comment.