restler-fuzzer/restler
Swamy Nallamalli 90c39b8802
Omitting authentication tokens from the request text while logging to the trace database files (#912)
* Omitting authentication tokens from the request text while logging to the trace databases when no_tokens_in_logs setting is set to true

* Fixing the code to address unit test failures realted to the changes

* Have to pass the attribute no_tokens_in_logs, without which the setting will not be honored

---------

Co-authored-by: Swamy Nallamalli <swamyn@ntdev.microsoft.com>
2024-10-15 14:13:06 -07:00
..
.vscode Enable structured logging for RESTler request sequences (#829) 2023-11-14 02:05:35 -08:00
checkers Support replay mode with garbage collection (#845) 2024-03-05 14:24:52 -08:00
end_to_end_tests Bump fastapi version to resolve security alert (#856) 2024-02-05 17:44:13 -08:00
engine Added a TERMINATING_CHUNK_DELIM constant for better handling corner case of single-chunk data transfer (#897) 2024-06-03 14:31:06 -07:00
test_servers Add script to diff network logs for debugging end to end tests. (#744) 2023-04-28 13:32:11 -07:00
unit_tests Omitting authentication tokens from the request text while logging to the trace database files (#912) 2024-10-15 14:13:06 -07:00
utils Omitting authentication tokens from the request text while logging to the trace database files (#912) 2024-10-15 14:13:06 -07:00
__init__.py Restler v6.1 - initial commit 2020-10-19 18:05:41 -07:00
requirements.txt Restler v6.1 - initial commit 2020-10-19 18:05:41 -07:00
restler.py Support replay mode with garbage collection (#845) 2024-03-05 14:24:52 -08:00
restler_settings.py Workaround for dynamic object encoding bug (#884) 2024-04-01 11:31:52 -07:00