-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Plugins system #50
Comments
This also requires separating the authentication plugins (query/basic/header) and the network log plugins (tcp/udp) |
Writing down the results of our recent discussions: I think our best current option is to consider Kong not as a dependency, but as a requirement, like a container, the same way openresty is required for Kong. If Kong is installed on the machine, we can require any of its tools ( From there, our current solution is to sign official plugins to approve they are safe (as mentioned in #18) and users would install them with |
#93 Has a more descriptive comment of what is needed for plugins. |
Treat the localhost name special by always injecting it, according to RFC 6761: Section 6.3.3 fixes #50
Separate plugins from the core repo.
The text was updated successfully, but these errors were encountered: