diff --git a/docs/my-website/docs/proxy/config_settings.md b/docs/my-website/docs/proxy/config_settings.md index a886a754f5e..78d1328bb06 100644 --- a/docs/my-website/docs/proxy/config_settings.md +++ b/docs/my-website/docs/proxy/config_settings.md @@ -418,6 +418,8 @@ router_settings: | AIOHTTP_KEEPALIVE_TIMEOUT | Keep-alive timeout for aiohttp connections in seconds. **Default is 120** | AIOHTTP_TRUST_ENV | Flag to enable aiohttp trust environment. When this is set to True, aiohttp will respect HTTP(S)_PROXY env vars. **Default is False** | AIOHTTP_TTL_DNS_CACHE | DNS cache time-to-live for aiohttp in seconds. **Default is 300** +| AKTO_GUARDRAIL_API_BASE | Base URL for the Akto Guardrail API (e.g. `http://localhost:9090`). Used by the Akto guardrail integration. +| AKTO_API_KEY | API key for authenticating with the Akto Guardrail service. | ALLOWED_EMAIL_DOMAINS | List of email domains allowed for access | APSCHEDULER_COALESCE | Whether to combine multiple pending executions of a job into one. **Default is False** | APSCHEDULER_MAX_INSTANCES | Maximum number of concurrent instances of each job. **Default is 1** diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index c2db54b2237..2d2204cbd5e 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -92,7 +92,8 @@ const sidebars = { "proxy/guardrails/prompt_injection", "proxy/guardrails/tool_permission", "proxy/guardrails/zscaler_ai_guard", - "proxy/guardrails/javelin" + "proxy/guardrails/javelin", + "proxy/guardrails/akto" ].sort(), ], },