mirror of
https://github.com/google/nomulus
synced 2026-08-15 11:46:08 +00:00
Disable k8s whois routing (#2740)
This commit is contained in:
@@ -11,15 +11,9 @@ spec:
|
||||
- "pubapi.BASE_DOMAIN"
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /_dr/whois
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /check
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /whois
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /rdap
|
||||
@@ -29,24 +23,12 @@ spec:
|
||||
name: pubapi
|
||||
port: 80
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /_dr/whois
|
||||
headers:
|
||||
- name: "canary"
|
||||
value: "true"
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /check
|
||||
headers:
|
||||
- name: "canary"
|
||||
value: "true"
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /whois
|
||||
headers:
|
||||
- name: "canary"
|
||||
value: "true"
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /rdap
|
||||
|
||||
Reference in New Issue
Block a user