octavia/octavia/tests/unit/common
Gregory Thiemonge deba44d022 Filter out details from taskflow logs with v2+jobboard
When enabling INFO-level logs in taskflow and using jobboard with
amphorav2, taskflow prints the string representation of a job when it is
completed. It includes the parameters of the flow, which might include
private information from TLS-enabled listeners and pools such as
certificates, private_key and intermediate certificates.

This commit filters out the private information from the logs by using
logging.Filter, it replaces private attributes with '***'.

Story 2010523
Task 47125

Conflicts:
	octavia/tests/unit/common/test_base_taskflow.py

Change-Id: I2df8a49851feb1445b5128ce99b880ddb77782ad
(cherry picked from commit 6c731fa2fd)
(cherry picked from commit 4022aaf781)
(cherry picked from commit 46f774ad14)
(cherry picked from commit 6f19756278)
2023-01-25 10:05:13 +01:00
..
jinja Handle feature compatibility of HAProxy server-state-file option 2022-11-16 17:43:14 +00:00
sample_configs Merge "Fix plugging member subnets on existing networks" into stable/wallaby 2022-12-07 14:02:43 +00:00
tls_utils Remove the dependency on the "mock" package 2020-02-17 14:55:19 -08:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
test_base_taskflow.py Filter out details from taskflow logs with v2+jobboard 2023-01-25 10:05:13 +01:00
test_clients.py Fix new pylint errors 2020-08-21 15:00:27 +02:00
test_config.py Validate server_certs_key_passphrase is 32 chars 2019-09-19 04:12:24 +00:00
test_constants.py Initial creation of db models, modules, and tests 2014-09-19 14:06:36 -05:00
test_data_models.py Fix new pylint errors 2020-08-21 15:00:27 +02:00
test_decorators.py Fix the unit test tree structure 2021-01-14 15:55:35 -05:00
test_exceptions.py Implementing simple operator API 2014-12-11 20:22:14 -06:00
test_policy.py Add support for scoped tokens and default roles 2021-03-08 19:33:35 +00:00
test_stats.py Fix new pylint errors 2020-08-21 15:00:27 +02:00
test_utils.py Refactor the failover flows 2020-06-18 16:25:21 -07:00
test_validate.py Reject invalid whitespace in HM url_path value 2022-05-05 18:12:34 +02:00