Can we configure plugin in edge-micro based on proxy?

We have a requirement that some proxy needs to authenticated using http-signature, some using JWT and someother basic auth.How to do that in edge-micro.

Solved Solved
0 2 191
1 ACCEPTED SOLUTION

Yes - you can build plugins for Edge microgateway.

Find a list of existing plugins here.

And find details on how to build plugins here.

I haven't built a plugin for http-sig or for JWT, but ... I think it ought to be pretty straightforward.

View solution in original post

2 REPLIES 2

Yes - you can build plugins for Edge microgateway.

Find a list of existing plugins here.

And find details on how to build plugins here.

I haven't built a plugin for http-sig or for JWT, but ... I think it ought to be pretty straightforward.

Ok thanks .But how to configure plugins based on proxy in config.yaml file .Please provide an example.