diff --git a/utils/deploy/authconfig.yaml b/utils/deploy/authconfig.yaml index eb01b060..fa9b8d6b 100644 --- a/utils/deploy/authconfig.yaml +++ b/utils/deploy/authconfig.yaml @@ -5,7 +5,7 @@ metadata: name: talker-api-protection spec: hosts: - - talker-api.127.0.0.1.nip.io + - effective-route-1 authentication: "friends": apiKey: diff --git a/utils/deploy/envoy-notls.yaml b/utils/deploy/envoy-notls.yaml index 9e27d821..af1d5b7d 100644 --- a/utils/deploy/envoy-notls.yaml +++ b/utils/deploy/envoy-notls.yaml @@ -158,8 +158,8 @@ data: "data": [ { "static": { - "key": "limit_to_be_activated", - "value": "1" + "key": "host", + "value": "effective-route-1" } } ] diff --git a/utils/deploy/envoy-tls.yaml b/utils/deploy/envoy-tls.yaml index b6f90ffe..6b91fe09 100644 --- a/utils/deploy/envoy-tls.yaml +++ b/utils/deploy/envoy-tls.yaml @@ -167,8 +167,8 @@ data: "data": [ { "static": { - "key": "limit_to_be_activated", - "value": "1" + "key": "host", + "value": "effective-route-1" } } ]