Skip to content

Commit 91f4c21

Browse files
authored
chore: add/update lula mapping keycloak observability (#2044)
## Description Adds a lula mapping and updates the position of an existing one. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed
1 parent 49ba35d commit 91f4c21

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/keycloak/chart/templates/keycloak-logging-alerting-rules.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ metadata:
1414
app.kubernetes.io/component: keycloak
1515
spec:
1616
groups:
17+
# @lulaStart e4ea044c-75fc-4acc-a552-8bba2aab1b12
1718
- name: keycloak-logging-alerts
1819
rules:
1920
- alert: KeycloakRealmModificationsDetected
@@ -51,4 +52,5 @@ spec:
5152
annotations:
5253
summary: "Keycloak system admin modifications detected in {{`{{ $labels.realmName }}`}}"
5354
description: "Potentially sensitive admin changes involving system administrators detected in Keycloak logs for realm {{`{{ $labels.realmName }}`}} in the last 5 minutes. Check the \"UDS Keycloak Notifications\" Dashboard as well as Keycloak logs in Loki for more details."
55+
# @lulaEnd e4ea044c-75fc-4acc-a552-8bba2aab1b12
5456
{{- end }}

src/keycloak/chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,12 @@ extraVolumeMounts: []
411411
truststorePaths: []
412412

413413
# Detailed observability settings (Dashboards, Alerts, etc)
414+
# @lulaStart e4ea044c-75fc-4acc-a552-8bba2aab1b12
414415
detailedObservability:
415416
alerts:
416417
enabled: false
417-
# @lulaStart e4ea044c-75fc-4acc-a552-8bba2aab1b12
418418
dashboards:
419419
enabled: true
420420
logging:
421421
enabled: true
422-
# @lulaEnd e4ea044c-75fc-4acc-a552-8bba2aab1b12
422+
# @lulaEnd e4ea044c-75fc-4acc-a552-8bba2aab1b12

0 commit comments

Comments
 (0)