-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation/configuration option about email verification #15
Comments
Good catch. For a first step, I will update the README so that it says the user will only receive a verification email if the email validation is currently enabled (with a link to the page I'm also working on about enabling outgoing SMTP) Since email validation and SMTP configuration are core configuration items, I think it would make more sense for it to be configurable in the base Nebari config than through an extension. |
This might be related @marcelovilla nebari-dev/nebari-docs#463
This is reasonable. We might have already exposed a custom override capability to Keycloak's settings, but that needs better documentation and only affects what Is already present in the values.yaml for the keycloak service itself. If we want something like this to be exposed, we need to think about how to provide those settings to Kubernets Keycloak Stage as this has the power to interact with the realm |
Did a little digging here - it's possible to develop a custom set of email templates in Freemarker and then mount them in the running keycloak container at /opt/jboss/keycloak/themes/nebari (we already mount other data this way, such as one at |
Right now, the README states that:
However, for a fresh deployment of Nebari with the plugin, that's not the case. I'm assuming there's some kind of external configuration that has to be done (e.g., configuring a SMTP server in Keycloak) before the verification email gets sent.
Besides documenting this, would it make sense to expose it as a configuration option and potentially have the plugin configure the SMTP server automatically given some parameters?
The text was updated successfully, but these errors were encountered: