Skip to content

v1.488.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 27 Aug 20:32
· 10 commits to refs/heads/main since this release
e3c4ffd
feat: Improvements for Auth0 Components @milldr (#1104)

what

  • Add support for Auth0 Email Provider
  • Add option to copy Auth0 creds into connect accounts
  • Created auth0/connection component

why

  • Email provider is deployed once per tenant, so it can be included with the auth0/tenant component
  • It may be useful to have the Auth0 credentials accessible from each target account. By enabling var.create_auth0_ssm_parameters_enabled, you can now duplicate those AWS SSM Parameters into each account with an Auth0 App
  • auth0/connection can be used to create an Auth0 connection. At this time only the email strategy has been validated, but this component is intended to be expanded for any strategy type

references