Skip to content

Commit

Permalink
configure the dev keycloak realm to use a local mailer
Browse files Browse the repository at this point in the history
The previous value was invalid, and not in use anyway. This way, when keycloak
send an email, it could be received and displayed the the user. Tiltronic is
adding this functionality.
  • Loading branch information
ewollesen committed Aug 9, 2024
1 parent 7626382 commit dadcecf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions charts/keycloak/dev-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -1515,13 +1515,10 @@
"strictTransportSecurity" : "max-age=31536000; includeSubDomains"
},
"smtpServer" : {
"password" : "123456",
"auth" : "true",
"host" : "email-smtp.us-west-2.amazonaws.com",
"host" : "smtp",
"port" : "25",
"from" : "[email protected]",
"fromDisplayName" : "Tidepool",
"ssl" : "true",
"user" : "123456"
"fromDisplayName" : "Tidepool"
},
"loginTheme" : "tidepool",
"emailTheme" : "tidepool",
Expand Down

0 comments on commit dadcecf

Please sign in to comment.