Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
d0712657
Verified
Commit
d0712657
authored
Jul 30, 2020
by
Sven-Hendrik Haase
Browse files
keycloak: Switch to new account management page
parent
c33da3ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
roles/keycloak/files/profile.properties
0 → 100644
View file @
d0712657
feature.account2
=
enabled
feature.account_api
=
enabled
roles/keycloak/tasks/main.yml
View file @
d0712657
...
...
@@ -8,6 +8,11 @@
notify
:
-
restart keycloak
-
name
:
copy profile.properties
copy
:
src=profile.properties dest=/etc/keycloak/profile.properties owner=keycloak group=keycloak mode=600
notify
:
-
restart keycloak
-
name
:
create an admin user
command
:
/opt/keycloak/bin/add-user-keycloak.sh -r master -u "{{ vault_keycloak_admin_user }}" -p "{{ vault_keycloak_admin_password }}"
args
:
...
...
tf-stage2/keycloak.tf
View file @
d0712657
...
...
@@ -52,6 +52,8 @@ resource "keycloak_realm" "archlinux" {
login_with_email_allowed
=
true
password_policy
=
"length(8) and notUsername"
account_theme
=
"keycloak-preview"
browser_flow
=
"Arch Browser"
registration_flow
=
"Arch Registration"
...
...
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