Skip to content

Commit 101326e

Browse files
authored
chore: keycloak lula mappings (#2036)
## Description Adds lula compliance mappings for keycloak. ## 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 9bb5584 commit 101326e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/keycloak/chart/templates/statefulset.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,16 @@ spec:
143143
value: "true"
144144
- name: KC_METRICS_ENABLED
145145
value: "true"
146+
147+
# @lulaStart e4ea044c-75fc-4acc-a552-8bba2aab1b12
146148
- name: KC_EVENT_METRICS_USER_ENABLED
147149
value: "true"
150+
# @lulaEnd e4ea044c-75fc-4acc-a552-8bba2aab1b12
148151

149152
# Enable access log
150153
- name: QUARKUS_HTTP_ACCESS_LOG_ENABLED
151154
value: "true"
155+
# @lulaStart e4ea044c-75fc-4acc-a552-8bba2aab1b12
152156
{{- if .Values.detailedObservability.logging.enabled }}
153157
- name: KC_SPI_EVENTS_LISTENER_JBOSS_LOGGING_SUCCESS_LEVEL
154158
value: "info"
@@ -157,6 +161,7 @@ spec:
157161
- name: KC_SPI_EVENTS_LISTENER_JBOSS_LOGGING_INCLUDE_REPRESENTATION
158162
value: "true"
159163
{{- end }}
164+
# @lulaEnd e4ea044c-75fc-4acc-a552-8bba2aab1b12
160165
# X509 configuration
161166
- name: KC_HTTPS_CLIENT_AUTH
162167
value: request

src/keycloak/chart/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,9 @@ truststorePaths: []
412412
detailedObservability:
413413
alerts:
414414
enabled: false
415+
# @lulaStart e4ea044c-75fc-4acc-a552-8bba2aab1b12
415416
dashboards:
416417
enabled: true
417418
logging:
418419
enabled: true
420+
# @lulaEnd e4ea044c-75fc-4acc-a552-8bba2aab1b12

0 commit comments

Comments
 (0)