You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: added capability to generate both k=v config and json
* feat: Added field for key/value config options
* updating tests
* more test fixes
* more test fixes
* fix: Updated readme
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,23 @@ The example above shows configuring the jwt plugin for a consumer.
115
115
`config_json` this is the configuration json for how you want to configure the plugin. The json is passed straight through to kong as is. You can get the json config from the Kong documentation
116
116
page of the plugin you are configuring
117
117
118
+
Other plugins must be configured using key/value pairs, for example the [acl](https://getkong.org/plugins/acl/) plugin. To update a plugin using key value pairs configure the "kong_consumer_plugin_config" resource.
0 commit comments