Commit cc425c1
Fix client IP logging in Keystone API VirtualHost
The VirtualHost CustomLog directive was overriding the server-level
dual-log setup, causing all requests to be logged with the OpenShift
router IP instead of the real client IP from X-Forwarded-For.
Add SetEnvIf and dual CustomLog lines inside the VirtualHost block
to match the nova-operator pattern.
Closes: OSPRH-32109
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Francesco Pantano <fpantano@redhat.com>1 parent 08378e9 commit cc425c1
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments