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

Azure email communication service support as email provider #692

Closed
6 tasks done
fja-dawn opened this issue Jul 7, 2023 · 2 comments
Closed
6 tasks done

Azure email communication service support as email provider #692

fja-dawn opened this issue Jul 7, 2023 · 2 comments
Labels
🌱 feature New feature or request

Comments

@fja-dawn
Copy link

fja-dawn commented Jul 7, 2023

Checklist

  • I agree to the terms within the Auth0 Code of Conduct.
  • I have looked into the README and have not found a suitable solution or answer.
  • I have looked into the documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have upgraded to the latest version of this provider and the issue still persists.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.

Describe the problem you'd like to have solved

I would appreciate having the ability to configure Azure email communication service as email provider when deploying Auth0 resources.

Right now this only supported by clicking around in Auth0 portal, we would like to be able to automate this.

Describe the ideal solution

To configure Azure Email Communication services in Terraform.

Something a long the lines of:

resource "auth0_email" "azure_communication_service" {
  name                 = "azure_email_communication"
  enabled              = true
  default_from_address = "<from-address-value>"

  credentials {
    connectionstring = "<connectionstring-value>"
  }
}

Alternatives and current workarounds

Configuring Azure Email Communication services in the Auth0 Portal.

Additional context

No response

@fja-dawn fja-dawn added the 🌱 feature New feature or request label Jul 7, 2023
@sergiught
Copy link
Contributor

Hey @fja-dawn 👋🏻

Thanks for raising this with us. In order for us to be able to provide this feature we'd need it first within the https://github.com/auth0/go-auth0 SDK that this provider leverages. We'll sync with the responsible team owning the Go SDK in order to push this feature through. I'll report back once I have an update.

Appreciate your patience 🙏🏻

@sergiught
Copy link
Contributor

Hey @fja-dawn 👋🏻

We've followed up with this feature in https://registry.terraform.io/providers/auth0/auth0/1.0.0-beta.1. Please make sure you update the version in your terraform configs:

terraform {
  required_providers {
    auth0 = {
      source  = "auth0/auth0"
       version = "1.0.0-beta.1"
    }
  }
}

Please also check the migration guide: https://github.com/auth0/terraform-provider-auth0/blob/main/MIGRATION_GUIDE.md.

Let us know if you have any other issues! 🙇🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants