fix(auth): harden public infra routes
This commit is contained in:
@@ -66,7 +66,7 @@ spec:
|
||||
- websecure
|
||||
routes:
|
||||
- kind: Rule
|
||||
match: Host(`voice.bluejay.dev`)
|
||||
match: Host(`voice.bluejay.dev`) && (Method(`GET`) || Method(`HEAD`) || Method(`POST`) || Method(`OPTIONS`))
|
||||
services:
|
||||
- name: voice-bridge
|
||||
port: 8766
|
||||
@@ -84,7 +84,7 @@ spec:
|
||||
- websecure
|
||||
routes:
|
||||
- kind: Rule
|
||||
match: Host(`voice-ws.bluejay.dev`)
|
||||
match: Host(`voice-ws.bluejay.dev`) && (Method(`GET`) || Method(`HEAD`))
|
||||
services:
|
||||
- name: voice-bridge
|
||||
port: 8765
|
||||
|
||||
Reference in New Issue
Block a user