Skip to content

Commit 820502f

Browse files
committed
Enable access log to detect clients
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent e2f1f8c commit 820502f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cluster/manifests/prometheus/ingress.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ spec:
2323
- HeaderRegexp("Authorization", "^Bearer .+")
2424
filters:
2525
- oauthTokeninfoAnyKV("realm", "/employees", "realm", "/services")
26+
- enableAccessLog()
2627

2728
# {{ if .Cluster.ConfigItems.prometheus_ui_users }}
2829
# {{ $uidKVs := "" }}
@@ -34,4 +35,5 @@ spec:
3435
filters:
3536
- oauthGrant()
3637
- oauthTokeninfoAnyKV({{ $uidKVs }})
38+
- enableAccessLog()
3739
# {{ end }}

0 commit comments

Comments
 (0)