[ci skip] add bot-block resilience proxy: fail-open when Poison Fountain is down
This commit is contained in:
parent
e8ff760aff
commit
cd4c5ead1e
2 changed files with 156 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue