add /api/download-status to book-search unprotected API ingress [ci skip]

Needed for async polling from iOS Shortcuts — status endpoint
doesn't need Authentik auth (job IDs are unguessable UUIDs).
This commit is contained in:
Viktor Barzin 2026-03-29 10:11:22 +03:00
parent 46444e0306
commit 6d44b4292f

View file

@ -832,5 +832,5 @@ module "book_search_api_ingress" {
service_name = "book-search"
tls_secret_name = var.tls_secret_name
protected = false
ingress_path = ["/api/download-url", "/shortcut"]
ingress_path = ["/api/download-url", "/api/download-status", "/shortcut"]
}