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
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/resources/plugin.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,13 +81,14 @@ EOT
81
81
82
82
## Argument reference
83
83
84
-
`plugin_name` - (Required) the name of the plugin you want to configure
85
-
`consumer_id` - (Optional) the consumer id you want to configure the plugin for
86
-
`service_id` - (Optional) the service id that you want to configure the plugin for
87
-
`route_id` - (Optional) the route id that you want to configure the plugin for
88
-
`enabled` - (Optional) whether the plugin is enabled or not, use if you want to keep the plugin installed but disable it
89
-
`config_json` - (Optional) 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
84
+
*`plugin_name` - (Required) the name of the plugin you want to configure
85
+
*`consumer_id` - (Optional) the consumer id you want to configure the plugin for
86
+
*`service_id` - (Optional) the service id that you want to configure the plugin for
87
+
*`route_id` - (Optional) the route id that you want to configure the plugin for
88
+
*`enabled` - (Optional) whether the plugin is enabled or not, use if you want to keep the plugin installed but disable it
89
+
*`config_json` - (Optional) 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
90
90
page of the plugin you are configuring
91
+
*`tags` - (Optional) A list of strings associated with the Plugin for grouping and filtering
0 commit comments