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
06c6cd81
Commit
06c6cd81
authored
Mar 01, 2021
by
Jelle van der Waa
🚧
Browse files
Merge branch 'change-password' into 'master'
keycloak: Add "Well-Known URL for Changing Passwords"[1] See merge request
!310
parents
2a16cf99
2d2ab844
Pipeline
#5444
passed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/keycloak/templates/nginx.d.conf.j2
View file @
06c6cd81
...
...
@@ -28,6 +28,11 @@ server {
root {{ keycloak_domain }};
# https://w3c.github.io/webappsec-change-password-url/
location /.well-known/change-password {
return 302 https://$server_name/auth/realms/archlinux/account/#/security/signingin;
}
location ~ /auth/realms/[a-z]+/metrics {
auth_basic "Prometheus exporter";
auth_basic_user_file {{ keycloak_nginx_htpasswd }};
...
...
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