Multiple nokia-idc configson one k8s ingress

Hi,

I use kong ingress with the nokia-oidc plugin

I try to figure out how I can specify two different kongplugin configuration on different path like :

  • one kongplugin configuration on path /m2m
  • one kongplugin configuration on path /user

How I can write an ingress on this way, actually I use something like this :

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: get
annotations:
konghq.com/plugins: oidc-m2m
kubernetes.io/ingress.class: kong
spec:
tls:

Thanks for any help