Create certificates stores and certificate authority. The script below will create ca-cert.pem, server.keystore.jks and server.truststore.jks.
Crete secret in kubernetes cluster to store these certificates.
Install the helm chart for hybrid-saas and add the following attribute at the end of the helm install command. This will configure kafka to use TLS on port 9093.
Configure producers to use TLS.
Traffic connectors which are generally deployed as daemonsets need to be configured to use TLS to send data to the kafka broker. Here is the updated configuration for the kubernetes connector. Here, we've mounted the ca-cert.pem file on the file system for the daemonset.
Similar configuration can also be added to the eBPF traffic connector.
Note:
You can disable hostname verification as well by adding INSECURE_SKIP_VERIFY environment variable in the traffic connector and setting its value as true.
You might need to change the value of DNS.1 based on your deployment in step 4. In that case, recreate the certificates after deploying the helm chart and use them.
To customize the helm chart you may take reference from helm-charts.
Get Support for your Akto setup
There are multiple ways to request support from Akto. We are 24X7 available on the following:
In-app intercom support. Message us with your query on intercom in Akto dashboard and someone will reply.