How to configure Oathkeeper (Authentication and Authorization) wit ISTIO?

Is there is any support, Any link to help me get started would be useful?

Unfortunately not right now. Maybe the people from https://kyma-project.io can help as they’re currently adopting oathkeeper with istio.

Hi @pramodrj07

Like @hackerman we are using oathkeeper together with istio in Kyma. What is you concrete use case?
We have created a controller that depending on your configuration either moves 100% traffic to your service or depending on selected paths and authenticators create routing to oathkeeper and your service. It creates a VirtualService under the hood for the end user and oathkeeper access rule CR. We call it micro Gateway and it also supports ory Hydra as an Oauth2 server. https://kyma-project.io/docs/components/api-gateway-v2/#overview-overview

Cheers,

PM