Public Access
DEVX-135: feat: add get_customer_vm_ip and get_observability_vm_ip to I/O check
This commit was merged in pull request #202.
This commit is contained in:
@@ -67,6 +67,8 @@ KNOWN_IO_FUNCTIONS: dict[str, str] = { # nosec B105 — descriptions, not passw
|
||||
"get_pat": "reads ZITADEL PAT from filesystem/env (ZitadelAuth._iter_sources)",
|
||||
"load_secrets": "reads YAML config file from disk",
|
||||
"get_customer_secret": "reads customer-specific config from disk",
|
||||
"get_customer_vm_ip": "queries Hetzner Cloud API for VM IP (network I/O)",
|
||||
"get_observability_vm_ip": "queries Hetzner Cloud API for observability VM IP (network I/O)",
|
||||
"requests.get": "performs HTTP GET to a real server",
|
||||
"requests.post": "performs HTTP POST to a real server",
|
||||
"requests.put": "performs HTTP PUT to a real server",
|
||||
|
||||
Reference in New Issue
Block a user