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

TF Generate - Handling unsupported custom domains error #854

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

willvedd
Copy link
Contributor

@willvedd willvedd commented Sep 20, 2023

🔧 Changes

For certain lower-tiered tenants, making a GET request for custom domains will return the following 403 error:

The account is not allowed to perform this operation, please contact our support team

In these cases, we should not let the entire process fail but simply skip the generation of custom domains. The Deploy CLI implements a similar check.

📚 References

Related Auth0 Deploy CLI Code

🔬 Testing

Added unit test case.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@willvedd willvedd requested a review from a team as a code owner September 20, 2023 19:14
@willvedd willvedd enabled auto-merge (squash) September 21, 2023 10:43
@willvedd willvedd merged commit 0a82eee into main Sep 21, 2023
8 checks passed
@willvedd willvedd deleted the tf-generate-no-custom-domains-403 branch September 21, 2023 14:48
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.

2 participants