Enable PSK Authentication on EMQX with K8s

Hi everybody, i’m trying to understand how EMQX works on Kubernetes…
I’m not finding useful and PRACTICAL informations about how to enable PSK authentication for users.

Thanks you in advance

If you using 5.0, please refer to PSK Authentication.

If you using 4.x, please refer to PSK Authentication.

Hope this helps you.

Sorry but I’ve the Kubernetes version of EMQX…
I didn’t understand where can I find the emqx.conf file

If you are deploying through EMQX Helm Chart, no matter you are using 4.x or 5.0, EMQX configuration items can be configured through emqxConfig parameter, here is docs and example.

If you deploy through EMQX Kubernetes Operator, you can refer to Getting Started.

Here is the 5.0 sample and the Reference, EMQX configuration items are set in bootstrapConfig field; this is 4.x example and Reference, EMQX configuration items are set in config field.