Does APISIX Plugin support using var in configurations? #6205
chenjizheng
started this conversation in
Ideas
Replies: 1 comment
-
Hi @chenjizheng, just to make sure, you'd like to use vars in your custom plugin? AFAIK, the traffic-split[1] plugin supports using vars, you could have a check how it implement. See https://github.com/apache/apisix/blob/master/apisix/plugins/traffic-split.lua Also cc @tzssangglass [1] https://apisix.apache.org/docs/apisix/plugins/traffic-split |
Beta Was this translation helpful? Give feedback.
0 replies
-
Need to describe more detailed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
希望插件配置值支持变量获取,如uri:${ctx.var.uri}
Beta Was this translation helpful? Give feedback.
All reactions