module-ballerina-kubernetes icon indicating copy to clipboard operation
module-ballerina-kubernetes copied to clipboard

TLS in Istio:Virtualservices not existent

Open gboege opened this issue 4 years ago • 0 comments

Description: There are examples available (from 2019) showing the use of Element "tls" https://github.com/ballerina-platform/module-ballerina-kubernetes/blob/master/kubernetes-extension-test/src/test/resources/istio/virtual-service/tls_route.bal

and Element "tcp" https://github.com/ballerina-platform/module-ballerina-kubernetes/blob/master/kubernetes-extension-test/src/test/resources/istio/virtual-service/tcp_route.bal

and Element "http""match" https://github.com/ballerina-platform/module-ballerina-kubernetes/blob/master/kubernetes-extension-test/src/test/resources/istio/virtual-service/http_match_request.bal

All 3 elements are not handled in the IstioVirtualServiceHandler.java https://github.com/ballerina-platform/module-ballerina-kubernetes/blob/master/kubernetes-extension/src/main/java/org/ballerinax/kubernetes/handlers/istio/IstioVirtualServiceHandler.java

Please integrate those elements into the ServiceHandler (this would be great and would complete this workflow) or remove the examples. It took me hours to find out that examples from Mid 2019 are not workable in Ballerina.

Suggested Labels:

Suggested Assignees:

Affected Product Version: Ballerina 1.2.x

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

gboege avatar Sep 28 '20 11:09 gboege