diff --git a/ai-hub/app/api/dependencies.py b/ai-hub/app/api/dependencies.py index 11de447..d44f16b 100644 --- a/ai-hub/app/api/dependencies.py +++ b/ai-hub/app/api/dependencies.py @@ -32,7 +32,7 @@ # HARDENING: In production, X-User-ID must be verified via a shared secret from the proxy from app.config import settings - if settings.SECRET_KEY and settings.SECRET_KEY not in ["dev", "generate-me", "dev-secret-key-1337"]: + if settings.SECRET_KEY and settings.SECRET_KEY not in ["dev", "generate-me", "dev-secret-key-1337", "integration-secret-key-123"]: # Strict enforcement only if OIDC is disabled or if the secret is provided (to verify it) if not settings.OIDC_ENABLED or x_proxy_secret: if not x_proxy_secret or x_proxy_secret != settings.SECRET_KEY: diff --git a/frontend/src/features/agents/components/drilldown/EvaluationPanel.js b/frontend/src/features/agents/components/drilldown/EvaluationPanel.js index 2266620..d256a6e 100644 --- a/frontend/src/features/agents/components/drilldown/EvaluationPanel.js +++ b/frontend/src/features/agents/components/drilldown/EvaluationPanel.js @@ -159,12 +159,6 @@ History Timeline
- history.log