diff --git a/src/core/bootstrap/bootstrap_utils.rs b/src/core/bootstrap/bootstrap_utils.rs index 107801d5..8e46b2d7 100644 --- a/src/core/bootstrap/bootstrap_utils.rs +++ b/src/core/bootstrap/bootstrap_utils.rs @@ -226,7 +226,7 @@ pub fn zitadel_health_check() -> bool { "2", "-m", "3", - "/debug/healthz", + "http://localhost:8300/debug/healthz", ]) }) .and_then(|c| c.execute()); diff --git a/src/security/command_guard.rs b/src/security/command_guard.rs index e0e941c0..0a81cbc2 100644 --- a/src/security/command_guard.rs +++ b/src/security/command_guard.rs @@ -51,6 +51,7 @@ static ALLOWED_COMMANDS: LazyLock> = LazyLock::new(|| { "true", "rm", "find", + "ss", // Test/dev utilities "cargo", "redis-server",