You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance your Ollama deployment with enterprise-grade AI security using Palo Alto Networks AI Runtime Security.
5
+
Enhance your Ollama deployment with enterprise-grade AI security using Palo Alto Networks Prisma AIRS AI Runtime API Intercept.
6
6
7
7
## What is this?
8
8
9
-
panw-api-ollama is a security proxy that sits between your [OpenWebUI](https://openwebui.com/) interface and [Ollama](https://ollama.com/) instance. It works by intercepting all prompts and responses, analyzing them with Palo Alto Networks' AI RUNTIME security technology, and protecting your system from:
9
+
panw-api-ollama is a security proxy that sits between your [OpenWebUI](https://openwebui.com/) interface and [Ollama](https://ollama.com/) instance. It works by intercepting all prompts and responses, analyzing them with Palo Alto Networks' Prisma AIRS AI Runtime security technology, and protecting your system from:
10
10
11
11
- Prompt injection attacks
12
12
- Data exfiltration attempts
@@ -56,7 +56,7 @@ cd panw-api-ollama
56
56
cargo build --release
57
57
```
58
58
59
-
### Step 2: Get a Palo Alto Networks API Key
59
+
### Step 2: Get a Palo Alto Networks Prisma AIRS AI Runtime API Intercept Key
60
60
61
61
Follow [this tutorial](https://docs.paloaltonetworks.com/ai-runtime-security/activation-and-onboarding/ai-runtime-security-api-intercept-overview/onboard-api-runtime-security-api-intercept-in-scm), specifically step 13, to obtain your API key.
62
62
@@ -68,7 +68,7 @@ Rename `config.yaml.example` to `config.yaml` and update it with your API key:
68
68
cp config.yaml.example config.yaml
69
69
```
70
70
71
-
Then edit the file to add your Palo Alto Networks API key:
71
+
Then edit the file to add your Palo Alto Networks Prisma AIRS AI Runtime API Intercept key:
72
72
73
73
```yaml
74
74
pan_api:
@@ -150,15 +150,15 @@ Two example model configurations are included to demonstrate before/after compar
150
150
1. `PANW.llama2-uncensored_latest-1747909321539.json` - A model using the security proxy
151
151
2. `NOPAWN.llama2-uncensored_latest-1747909327080.json` - The same model bypassing the security proxy
152
152
153
-
These configurations allow you to perform side-by-side comparisons and demonstrations of how the Palo Alto Networks AI Runtime Security affects the model responses.
153
+
These configurations allow you to perform side-by-side comparisons and demonstrations of how the Palo Alto Networks Prisma AIRS AI Runtime Security affects the model responses.
0 commit comments