Detect if header injected request_id before creating one

This commit is contained in:
Giancarlo Rubio 2018-04-17 14:32:43 +02:00
parent 4bc943a77d
commit c60ed24f4b
5 changed files with 11 additions and 4 deletions

View file

@ -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