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
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: nginx-configuration-snippet
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
more_set_headers "Request-Id: $request_id";
|
||||
more_set_headers "Request-Id: $req_id";
|
||||
|
||||
spec:
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue