-
Hi Guys, Regards, Joga |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@singhjoga Hi, Try to define a plugin config object with an id assigned by yourself, and use the plugin_config_id in the Route. |
Beta Was this translation helpful? Give feedback.
-
As an example you can use something like: plugin_configs:
- id: customer-auth
desc: "Ensure the user is an authenticated customer"
plugins:
openid-connect: {} |
Beta Was this translation helpful? Give feedback.
@singhjoga Hi,
Try to define a plugin config object with an id assigned by yourself, and use the plugin_config_id in the Route.