Update sidebar configuration and add Akto Guardrail API settings (#24738)

* [Docs] Update sidebar configuration and add Akto Guardrail API settings

* remove the trailing character
This commit is contained in:
Rohan 2026-04-22 23:31:28 +05:30 committed by GitHub
parent baa50db75e
commit f167db5cfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -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**

View file

@ -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(),
],
},