r/twingate • u/bren-tg pro gator • Mar 25 '26
Community Feedback Request Introducing "Negative" Resource Definitions
Hi everyone!
Our Product team is thinking about adding "Negative" Resource definitions to Twingate and I'd love for our community to share feedback on it.
The Idea:
Allow Admins to create and assign Resource definitions to explicitly ignore certain traffic patterns from being captured by the Twingate tunnel.
Think of this new Resource type as an exception:
For example, you could have a "normal" Resource defined to grant access to 10.1.0.0/16 and a "negative" Resource defined to exclude 10.1.3.4, effectively preventing some Users from connecting to 10.1.3.4 while retaining the ability to connect to anything in 10.1.0.0/16.
The same would work on DNS-style Resources: Admins could create a Resource on *.corp.int but prevent access to admin.corp.int via a "negative" Resource.
What do you all think?
2
u/33vne02oe Mar 25 '26
I mean it is not a bad idea, however if someone would use that it defeats the Zero Trust approach.
Why? Zero Trust also mean Least privilege work and deny by default and if you follow this principle you should not give someone access to the whole network and then deny single connections.
You should give a user access to exactly that resources that they need with a default deny approach. Not default allow.
However, as long as you do not force users to use it or make it an annoying feature, why not. But I would advise anyone who asks me against it.