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

roadmap: version 0.9 #579

Closed
membphis opened this issue Sep 24, 2019 · 4 comments
Closed

roadmap: version 0.9 #579

membphis opened this issue Sep 24, 2019 · 4 comments
Labels
discuss help wanted Extra attention is needed

Comments

@membphis
Copy link
Member

membphis commented Sep 24, 2019

0.9 Milestones: https://github.com/iresty/apisix/milestone/6

if you want to add some new feature in this version, please leave a message.

@membphis membphis pinned this issue Sep 24, 2019
@membphis membphis added this to the ver 0.9 milestone Sep 24, 2019
@membphis membphis added the help wanted Extra attention is needed label Sep 30, 2019
@moonming moonming removed this from the 0.9 milestone Nov 1, 2019
@soulsoul soulsoul unpinned this issue Nov 11, 2019
@soulsoul soulsoul pinned this issue Nov 11, 2019
@Beckjiang
Copy link
Contributor

Hi, I'm trying to develop an ab-test plugin and it will be used for the backend API's URI or params control. The configuration below is my simple design. I'm not sure whether it is a generic feature. Looking forward to your suggestion.

{
    "ab-test-rewrite": {
        "enabled": true,
        "default": {
            "uri": "/test/home.html",
            "scheme": "http",
            "host": "iresty.com",
            "headers": {
                "X-Api-Version": "v1",
                "X-Api-Engine": "apisix",
                "X-Api-useless": ""
            }
        },
        "tests": [
            {
                "condition": [
                    {
                        "proccessor": "mod|7",
                        "field": "userid",
                        "range": "0,4"
                    }
                ],
                "rewrite": {
                    "uri": "/test?group_id=234"
                }
            },
            {
                "condition": [
                    {
                        "proccessor": "mod|7",
                        "field": "userid",
                        "range": "5,6"
                    }
                ],
                "rewrite": {
                    "uri": "/test?group_id=83838"
                }
            }
        ]
    }
}

@membphis
Copy link
Member Author

@Beckjiang #841

I created a new issue right now, we can discuss it separately.

@houjq3
Copy link
Contributor

houjq3 commented Nov 19, 2019

implement a naxsi-like web firewall through plugins

@membphis
Copy link
Member Author

implement a naxsi-like web firewall through plugins

The naxsi rules are static and not suitable for dynamic loading.

We need to make major changes to it.

@moonming moonming unpinned this issue Nov 20, 2019
@moonming moonming closed this as completed Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants