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

fix clusterRatelimit with more than one ratelimit instance #913

Merged
merged 2 commits into from Jan 25, 2019

Commits on Jan 25, 2019

  1. feature: multiple ratelimit filters in one route are now possible

    feature: cluster ratelimit instances can now grouped
    fix: cluster ratelimit instances do not override shared data anymore, based on the group the ratelimit data is stored in the swarm
    fix: X-Forwarded-For Header Lookuper in cluster ratelimits is now treated similar to the default
    refactor: rename file to make it more expressive
    refactor: rename lb group eskip file
    test: change test setup to have 2 different ratelimit groups
    
    Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
    szuecs committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    c2023f5 View commit details
    Browse the repository at this point in the history
  2. add docs

    Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
    szuecs committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    51bad4c View commit details
    Browse the repository at this point in the history