Skip to content

Commit 734dd6c

Browse files
committed
adding mtls keys to data that should not be displayed
1 parent 6252b88 commit 734dd6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-lib/dku_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class DKUConstants(object):
22
API_RESPONSE_KEY = "api_response"
3-
FORBIDDEN_KEYS = ["token", "password", "api_key_value", "secure_token"]
3+
FORBIDDEN_KEYS = ["token", "password", "api_key_value", "secure_token", "mtls_key_path", "mtls_certificate_path"]
44
FORM_DATA_BODY_FORMAT = "FORM_DATA"
55
PLUGIN_VERSION = "1.2.7"
66
RAW_BODY_FORMAT = "RAW"

0 commit comments

Comments
 (0)