Add legacy credentials endpoint to SENSITIVE_ENDPOINTS (#4151)
This commit is contained in:
committed by
GitHub
parent
76a61d23e6
commit
dfe8c7d7d6
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user