Skip to content

Commit

Permalink
fix wasm config && deploy limitador in verbose mode
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 22, 2024
1 parent 3347598 commit 5c9685b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@ curl -H "Host: test.b.rlp.com" http://127.0.0.1:8000/get -i
curl -H "Host: test.c.rlp.com" -H "x-forwarded-for: 50.0.0.1" -H "My-Custom-Header-01: my-custom-header-value-01" -H "x-dyn-user-id: bob" http://127.0.0.1:8000/get -i
```

Check limitador logs for received descriptor entries.

```sh
kubectl logs -f deployment/limitador-sample -n kuadrant-system
```

The expected descriptor entries:

```
Expand Down
2 changes: 1 addition & 1 deletion utils/deploy/envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ data:
"actions": [
{
"service": "limitador",
"scope": "rlp-ns-D/rlp-name-D,
"scope": "rlp-ns-D/rlp-name-D",
"data": [
],
"actions": [
Expand Down
1 change: 1 addition & 0 deletions utils/kustomize/limitador/limitador.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: Limitador
metadata:
name: sample
spec:
verbosity: 3
listener:
http:
port: 8080
Expand Down

0 comments on commit 5c9685b

Please sign in to comment.