Recent versions of MySQL v2 allow the Operator to enable TLS on the server side. This is expressed to the user in that the bindings for both app binding and service keys will have an additional entry, a TLS certificate authority.
If that's present in the binding, then it would be great if the mysql plugin would attempt to connect to the database over TLS. This is better because it means that the network path between the Diego container and the database is additionally encrypted, whereas the current implementation only encrypts traffic between the desktop client and the container.
Recent versions of MySQL v2 allow the Operator to enable TLS on the server side. This is expressed to the user in that the bindings for both app binding and service keys will have an additional entry, a TLS certificate authority.
If that's present in the binding, then it would be great if the mysql plugin would attempt to connect to the database over TLS. This is better because it means that the network path between the Diego container and the database is additionally encrypted, whereas the current implementation only encrypts traffic between the desktop client and the container.