Detect if header injected request_id before creating one
This commit is contained in:
parent
4bc943a77d
commit
c60ed24f4b
5 changed files with 11 additions and 4 deletions
|
|
@ -207,7 +207,7 @@ Using this annotation you can add additional configuration to the NGINX location
|
|||
|
||||
```yaml
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
more_set_headers "Request-Id: $request_id";
|
||||
more_set_headers "Request-Id: $req_id";
|
||||
```
|
||||
|
||||
### Default Backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue