-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support manual cache eviction #1
base: main
Are you sure you want to change the base?
Conversation
On second thought, do we actually need to allow this feature to be disabled through the config? I initially thought that would be nice to support, but now I think we should remove it for simplicity sake. I can't think of situations where it would be important to disable. Another alternative would be to leave the config but set the default to allow. |
Decided to remove this config |
Issue #, if available: aws#12
Description of changes:
This change adds support for manual cache eviction upon POST request with a secret id.
/evict
path.