Allow supervisor to override egress blocks/allow requests #261

Closed
opened 2026-06-24 15:54:26 -04:00 by didericis · 0 comments
Owner

Sometimes the egress dlp rules are a bit too aggressive, and we want to allow a request through. Requests blocked due to tokens should show up in the supervisor so a user can decide whether or not to allow the request.

Easy first pass: have the egress proxy block/wait until a response from the supervisor after a block occurs.

When it's a token block, add the token to a "safe tokens" list that lives in memory (in future may want to persist this).

Sometimes the egress dlp rules are a bit too aggressive, and we want to allow a request through. Requests blocked due to tokens should show up in the supervisor so a user can decide whether or not to allow the request. Easy first pass: have the egress proxy block/wait until a response from the supervisor after a block occurs. When it's a token block, add the token to a "safe tokens" list that lives in memory (in future may want to persist this).
didericis added the Kind/Feature
Priority
High
2
labels 2026-06-24 15:55:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: didericis/bot-bottle#261