Skip to content

Commit

Permalink
Set the host in authconfig to an arbitrary string
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cattermole <[email protected]>
  • Loading branch information
adam-cattermole committed Sep 4, 2024
1 parent fd34fef commit faa4830
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion utils/deploy/authconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions utils/deploy/envoy-notls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ data:
"data": [
{
"static": {
"key": "limit_to_be_activated",
"value": "1"
"key": "host",
"value": "effective-route-1"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions utils/deploy/envoy-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ data:
"data": [
{
"static": {
"key": "limit_to_be_activated",
"value": "1"
"key": "host",
"value": "effective-route-1"
}
}
]
Expand Down

0 comments on commit faa4830

Please sign in to comment.