feat(api-keys): Add API Key support for the Prowler API (#8805)

This commit is contained in:
Víctor Fernández Poyatos
2025-10-03 13:42:43 +02:00
committed by GitHub
parent 04177db648
commit 9a4fc784db
26 changed files with 2909 additions and 141 deletions

View File

@@ -32,7 +32,8 @@ dependencies = [
"openai (>=1.82.0,<2.0.0)",
"xmlsec==1.3.14",
"h2 (==4.3.0)",
"markdown (>=3.9,<4.0)"
"markdown (>=3.9,<4.0)",
"drf-simple-apikey (==2.2.1)"
]
description = "Prowler's API (Django/DRF)"
license = "Apache-2.0"