Skip to content

Commit

Permalink
fix: bash allowed-query-params (#463)
Browse files Browse the repository at this point in the history
Co-authored-by: Heisson Willen <[email protected]>
Co-authored-by: Pavol Ipoth <[email protected]>
  • Loading branch information
3 people authored May 17, 2024
1 parent 456b1be commit befeb07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/userguide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ where you can specify which query params will be forwarded to IDP
This example will allow passing `myparam` and `yourparam` with any value to IDP:
```bash
--allowed-query-params="" \
--allowed-query-params=""
--allowed-query-params="myparam" \
--allowed-query-params="yourparam"
```

yaml example:
Expand All @@ -322,7 +322,7 @@ yaml example:
```yaml
allowed-query-params:
myparam: "myvalue"
yourparam: "yourvalueF"
yourparam: "yourvalue"
```

## TCP proxy with HTTP CONNECT
Expand Down

0 comments on commit befeb07

Please sign in to comment.