Kong Gateway List Plugins Configured
- Kalidass Mookkaiah
- Feb 6, 2024
- 1 min read
To List the plugins configuration in Kong gateway there are 2 options.
Option 1: Use deck command to down the Kong gateway configuration as deck file and check the plugins.
This options also bring along the service, route and other entities associated with the configuration.
Option 2: Use Admin API to only list the plugin configuration
If one is looking to identify what plugins are configured in Kong gateway then Option 2 is preferred option.
This also brings along the plugin configuration that has be done on Kong Gateway.
The Admin API endpoint to call is
https://{ADMIN_API}:{ADMINAPI_PORT}/plugins
Comments