Allow supervisor to override egress blocks/allow requests #261
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).