Resource type restrictions for self-hosted Retool
Self-hosted organizations can now restrict the creation or usage of specific resource types using either the RESOURCE_TYPES_CREATION_DENY_LIST or RESOURCE_TYPES_DENY_LIST environment variables.
RESOURCE_TYPES_CREATION_DENY_LISTprevents users from creating any resources of the specified types. Any existing resources continue to function.RESOURCE_TYPES_DENY_LISTprevents users from both creating and using any resources of the specified types. Any related resource queries will then fail.
Any restrictions you set can be reverted at any time.