[ci skip] add bot-block resilience proxy: fail-open when Poison Fountain is down

This commit is contained in:
Viktor Barzin 2026-03-01 14:05:41 +00:00
parent e8ff760aff
commit cd4c5ead1e
2 changed files with 156 additions and 1 deletions

View file

@ -284,7 +284,7 @@ resource "kubernetes_manifest" "middleware_ai_bot_block" {
}
spec = {
forwardAuth = {
address = "http://poison-fountain.poison-fountain.svc.cluster.local:8080/auth"
address = "http://bot-block-proxy.traefik.svc.cluster.local:8080/auth"
trustForwardHeader = true
}
}