Add legacy credentials endpoint to SENSITIVE_ENDPOINTS (#4151)

This commit is contained in:
Stanislav Novosad
2025-12-01 13:22:33 -07:00
committed by GitHub
parent 76a61d23e6
commit dfe8c7d7d6

View File

@@ -18,6 +18,7 @@ LOG = structlog.get_logger()
_SENSITIVE_HEADERS = {"authorization", "cookie", "x-api-key"}
_SENSITIVE_ENDPOINTS = {
"POST /api/v1/credentials",
"POST /v1/credentials",
"POST /v1/credentials/onepassword/create",
"POST /v1/credentials/azure_credential/create",
}