Will Vedder

Results 84 comments of Will Vedder

This has popped up before: #562. I would expect this to be an intermittent occurrence; upgrading to Node 19 is not likely to be a permanent solve. There are several...

Unfortunately, the removal resources through explicitly empty sets is a bit spotty. With a recent refactor we've laid the foundation to complete this work, but we just need to appropriately...

**Update:** You actually cannot delete email templates. Once they are set, they can only be updated. So we cannot support the template deletion behavior you propose above. However, we _can_...

Initial warning about email provider deletion has been released with [7.15.1](https://github.com/auth0/auth0-deploy-cli/releases/tag/v7.15.1). The plan is to let that exist in the wild for about a month, at which point we will...

This is a simple and impactful code change, would be great to see it get released!

I certainly agree that there are inconsistencies with how secret obfuscation is (or isn't) handled. I'm mostly concerned about the Google social connection exposing the client secret, I'll certainly look...

Appreciate the feedback, I agree that you _should_ be able to block and unblock users using alternative identifiers. Marking this as a feature request for now.

@DevinRiley Thanks for submitting this issue. I'm able to reproduce and I recognize the issue. The problem here is the ordering that the client ID and client name happens with...

Some permutation of this request is common. The Deploy CLI doesn't currently offer that level of granularity with respect to exclusion. There was a related discussion in #451 about wether...

The generated resources may not always be perfect and abide by server-side validations. As the error suggests, the `encryption_key` object is not allowed to be empty. The resolution here is...