When the PrivateKeyProvider configuration information is provided through Istio operator yaml file, parse and pass it to gateway or sidecars. Envoy will act based on the information provided by the configuration.
To set the mesh wide defaults, configure the defaultConfig section of meshConfig. For example:
When the PrivateKeyProvider configuration information is provided through Istio operator yaml file, parse and pass it to gateway or sidecars. Envoy will act based on the information provided by the configuration.
To set the mesh wide defaults, configure the
defaultConfig
section ofmeshConfig
. For example:meshConfig: defaultConfig: privateKeyProvider: qat: pollDelay: 0.01s
This can also be configured on a per-workload basis by configuring the
proxy.istio.io/config
annotation on the pod. For example:annotations: proxy.istio.io/config: | privateKeyProvider: qat: pollDelay: 0.01s
Note: Users should request QAT resources through k8s:resources.