Skip to content
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

adding possibility to add SMTP configuration #122

Merged
merged 6 commits into from
Jun 14, 2019

Conversation

tomrutsaert
Copy link
Contributor

Adding possibility to add SMTP Server configuration.

@tomrutsaert
Copy link
Contributor Author

All request changes were added + I have updated the branch to latest version of master

Copy link
Contributor

@mrparkers mrparkers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks for the contribution!

@mrparkers mrparkers merged commit 3bbd134 into keycloak:master Jun 14, 2019
@mrparkers
Copy link
Contributor

@tomrutsaert I just noticed this after merging, but what would you think of handling SMTP auth like this instead?

resource "keycloak_realm" "test" {
  realm        = "test"

  smtp_server {
    host = "mysmtphost.com"
    from = "[email protected]"
    auth {
      user = "tom"
      password = "tom"
    }
  }
}

If you're okay with this, I'll push up a quick fix and cut a release for you within the next few days.

@tomrutsaert
Copy link
Contributor Author

Seems like a good idea, go ahead

@tomrutsaert tomrutsaert deleted the Adding_SMTP_settings_on_Realm branch June 14, 2019 14:29
tomrutsaert added a commit to tomrutsaert/terraform-provider-keycloak that referenced this pull request Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants