Skip to content

Commit

Permalink
feat(policy.hujson): allow the usage of funnel
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Apr 19, 2024
1 parent be1f085 commit 2b9b402
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion policy.hujson
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@
"connectors": ["tag:dragons"],
"domains": ["netflix.com", "*.netflix.com"],
},
]}}],
]}}, {
// Funnel policy, allowing the use this feature
"target": ["autogroup:member", "tag:dragons", "tag:others"],
"attr": ["funnel"],
}],

// Auto approver for connector nodes
"autoApprovers": {
Expand Down

0 comments on commit 2b9b402

Please sign in to comment.