Block AWS Secret Access Key in Ollama Traffic

AI security governance · MCP security · LLM gateway

What it does

Matches 40-char base64-ish AWS secret keys.

How Igris secures Ollama traffic

Igris Content Guard inspects Ollama requests and responses for AWS Secret Access Key using regex-based detection, then blocks matches.

Gateway config for Ollama

// Igris gateway → Ollama
baseUrl: "http://localhost:11434/v1"
contentGuard:
  detectors: ["aws-secret-key"]
  action: "deny"

Other detectors for Ollama

Secure your AI estate with Igris