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

feat: basic support Apache APISIX 2.11 #2233

Merged
merged 16 commits into from
Dec 3, 2021
18 changes: 18 additions & 0 deletions web/src/components/Plugin/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,22 @@ export const PLUGIN_LIST = {
type: PluginType.other,
hidden: true,
},
'authz-casbin': {
type: PluginType.authentication,
},
'ldap-auth': {
type: PluginType.authentication,
},
datadog: {
bzp2010 marked this conversation as resolved.
Show resolved Hide resolved
type: PluginType.observability,
},
'skywalking-logger': {
type: PluginType.observability,
},
'azure-functions': {
type: PluginType.serverless,
},
'ua-restriction': {
type: PluginType.security,
},
};