Will Vedder

Results 15 issues of Will Vedder

- **Start Date**: March 14, 2022 - **Github Issue**: [Proposal: Resource Exclusion ยท Issue #451](https://github.com/auth0/auth0-deploy-cli/issues/451) # Summary We propose a mechanism for excluding entire resources from the management purview of...

proposal

### ๐Ÿ”ง Changes #653 highlighted that email provider cannot be deleted by this tool when setting the configuration as an empty object. Resource deletion is a first-class feature of this...

## Description The initial implementation of intersection (#1467) in `ListUsers` missed an important case during testing, public typed wildcard tuples. Wildcards require special consideration when it comes to intersection. The...

## Description Adding support for exclusion rewrites in `ListUsers` via the `but not` operator. To achieve this, we need to expand both parts of the rewrite, the base and subtract....

## Description Introducing the `ListUsers` API which answers the question "what users are related to a specific object?". To learn more about this feature, refer to the [ListUsers RFC](https://github.com/openfga/rfcs/pull/15). **Note:**...

### ๐Ÿ”ง Changes Upgrading `node-auth0` from v3 to v4. This is a necessary upgrade because all new Auth0 features and dependency patches are getting released on v4 now. This was...

### ๐Ÿ”ง Changes Even when a `proxy_url` is passed-in to the Deploy when used as a node module, it does not get utilized properly. This is because the `run` function,...

### Discussed in https://github.com/auth0/auth0-deploy-cli/discussions/848 Originally posted by **willvedd** August 28, 2023 ## Help Us Improve Auth0 Deploy CLI โ€“ Take Our Survey! ๐Ÿ‘‹ Hello developers! We're on a mission to...

## Description As noted in a [recent CVE advisory](https://github.com/openfga/openfga/security/advisories/GHSA-8cph-m685-6v6r), the check resolution process may have been improperly handling cycles when performing exclusion (`but not`). Previously, it was effectively treating all...

## Description This PR introduces the concept of negation "differences" which represent the list of users that do not apply to a negation clause. This occurs in models that have...