Ingress Controller - service scoped plugins are not created

ingress controller 0.4.0
kong 1.1.2

This service with one additional route configured, how ever when ingress-controller is creating the plugins only route scoped plugins are created and not the service scoped plugins.

kong-ingress-controller-86895d6b65-7hspd ingress-controller 3 errors occured:
kong-ingress-controller-86895d6b65-7hspd ingress-controller while processing event: {Create} failed: 400 Bad Request {“message”:“schema violation (protocols: must match the protocols of at least one route pointing to this Plugin’s service)”,“name”:“schema violation”,“fields”:{“protocols”:“must match the protocols of at least one route pointing to this Plugin’s service”},“code”:2}
kong-ingress-controller-86895d6b65-7hspd ingress-controller while processing event: {Create} failed: 400 Bad Request {“message”:“schema violation (protocols: must match the protocols of at least one route pointing to this Plugin’s service)”,“name”:“schema violation”,“fields”:{“protocols”:“must match the protocols of at least one route pointing to this Plugin’s service”},“code”:2}
kong-ingress-controller-86895d6b65-7hspd ingress-controller while processing event: {Create} failed: 400 Bad Request {“message”:“schema violation (protocols: must match the protocols of at least one route pointing to this Plugin’s service)”,“name”:“schema violation”,“fields”:{“protocols”:“must match the protocols of at least one route pointing to this Plugin’s service”},“code”:2}

KONG PROXY LOG

kong-proxy-657755bddf-kmhb4 kong-proxy 100.96.12.235 - - [08/May/2019:12:16:24 +0000] “GET /plugins/schema/basic-auth HTTP/1.1” 200 126 “-” “Go-http-client/1.1”
kong-proxy-657755bddf-kmhb4 kong-proxy 100.96.12.235 - - [08/May/2019:12:16:24 +0000] “GET /plugins/schema/acl HTTP/1.1” 200 190 “-” “Go-http-client/1.1”
kong-proxy-657755bddf-kmhb4 kong-proxy 100.96.12.235 - - [08/May/2019:12:16:24 +0000] “GET /plugins/schema/key-auth HTTP/1.1” 200 329 “-” “Go-http-client/1.1”
kong-proxy-657755bddf-kmhb4 kong-proxy 100.96.12.235 - - [08/May/2019:12:16:24 +0000] “POST /plugins HTTP/1.1” 400 265 “-” “Go-http-client/1.1”
kong-proxy-657755bddf-kmhb4 kong-proxy 100.96.12.235 - - [08/May/2019:12:16:24 +0000] “POST /plugins HTTP/1.1” 400 265 “-” “Go-http-client/1.1”
kong-proxy-657755bddf-kmhb4 kong-proxy 100.96.12.235 - - [08/May/2019:12:16:24 +0000] “POST /plugins HTTP/1.1” 400 265 “-” “Go-http-client/1.1”

Service / Ingress / Plugins

Could you open a Gitub Issue for this?
Thanks!