Skip to content

Commit dd5ca6f

Browse files
author
Lenaxia
committed
Add bypass rules for OpenWebUI static assets and health endpoint
1 parent 00d1fc9 commit dd5ca6f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

kubernetes/apps/networking/authelia/app/helm-release.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,16 @@ spec:
336336
- "^/v1/rerank"
337337
policy: bypass
338338

339+
# OpenWebUI static assets and health
340+
- domain:
341+
- "chat.${SECRET_DEV_DOMAIN}"
342+
resources:
343+
- "^/health"
344+
- "^/static/.*$"
345+
- "^/manifest.json$"
346+
- "^/api/config"
347+
policy: bypass
348+
339349
# Local only bypass policies
340350
- domain:
341351
- "ldap.${SECRET_DEV_DOMAIN}"

0 commit comments

Comments
 (0)