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:
parent
46444e0306
commit
6d44b4292f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue