Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: Whitelist vs Blacklist for chain destinations. #71

Open
verahayter opened this issue May 23, 2018 · 1 comment
Open

Idea: Whitelist vs Blacklist for chain destinations. #71

verahayter opened this issue May 23, 2018 · 1 comment

Comments

@verahayter
Copy link

Currently the chain destination(s) field operates on a whitelist basis. It only applies the chain to specifically chosen requests.

I would propose that for each chain you can specify whether to use a whitelist or blacklist, so that we can set some chains to automatically apply to every request except specified ones. This is especially important if requests use CSRF tokens, since in most cases you want to apply these in every request. Currently when sending multiple requests to AuthMatrix, you have to go in and re-configure the chains so that the new requests are included in the destination.

Clearly some chains should still work on the whitelist method, but having a blacklist would be ideal as I find myself spending quite a bit of time re-selecting destination requests when I send new requests to AuthMatrix. This is especially time consuming if I need to apply the chain to request 1, 4-6, 7, 10-15, etc. With a blacklist I could just select requests 2-3, 5, 8-9 and leave it alone.

@vikaskope
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants