Skip to content

Commit

Permalink
fix param names (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Sirianni authored Oct 7, 2021
1 parent 9876350 commit 37f0328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/operators/http_input.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ Configuration:
max_header_size: 5000
max_body_size: 1mb
auth:
token: x-secret-key
values:
token_header: x-secret-key
tokens:
- "token-a"
- "token-stage"
```
Expand All @@ -122,4 +122,4 @@ Configuration:
enable: true
certificate: ./cert
private_key: ./key
```
```

0 comments on commit 37f0328

Please sign in to comment.