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
249ae2a7
Commit
249ae2a7
authored
Sep 26, 2020
by
Ira ㋡
Committed by
Kristian Klausen
Sep 04, 2021
Browse files
Make terms and conditions required by default via terraform provider
parent
0ab630e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tf-stage2/keycloak.tf
View file @
249ae2a7
...
...
@@ -121,6 +121,14 @@ resource "keycloak_realm" "archlinux" {
}
}
resource
"keycloak_required_action"
"custom-terms-and-conditions"
{
realm_id
=
"archlinux"
alias
=
"terms_and_conditions"
default_action
=
true
enabled
=
true
name
=
"Terms and Conditions"
}
resource
"keycloak_required_action"
"configure_otp"
{
realm_id
=
"archlinux"
alias
=
"CONFIGURE_TOTP"
...
...
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