Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
6d05d9a7
Verified
Commit
6d05d9a7
authored
Jul 17, 2020
by
Sven-Hendrik Haase
Browse files
Enable Keycloak event logging (fixes #68)
parent
87af88cb
Pipeline
#486
passed with stage
in 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tf-stage2/keycloak.tf
View file @
6d05d9a7
...
...
@@ -91,6 +91,24 @@ resource "keycloak_realm" "archlinux" {
}
}
resource
"keycloak_realm_events"
"realm_events"
{
realm_id
=
"archlinux"
events_enabled
=
true
events_expiration
=
7889238
# 3 months
admin_events_enabled
=
true
admin_events_details_enabled
=
true
# When omitted or left empty, keycloak will enable all event types
enabled_event_types
=
[
]
events_listeners
=
[
"jboss-logging"
,
# keycloak enables the 'jboss-logging' event listener by default.
]
}
resource
"keycloak_oidc_identity_provider"
"realm_identity_provider"
{
realm
=
"archlinux"
alias
=
"github"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment