diff --git a/ansible/roles/traffic-engine/files/helm/conf/main.conf b/ansible/roles/traffic-engine/files/helm/conf/main.conf index af46045b..4e3357b4 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/main.conf +++ b/ansible/roles/traffic-engine/files/helm/conf/main.conf @@ -92,6 +92,11 @@ SHAPING_SID={{ .Values.sid.shaping }} {{- if eq .Values.proxy.enable .Values.define_enable_val_yes }} PROXY_SID={{ .Values.sid.proxy }} {{- end }} +{{- if eq .Values.decoders.SSL_JA3 .Values.define_enable_val_yes }} +GENERATE_JA3_FINGERPRINT=1 +{{- else }} +GENERATE_JA3_FINGERPRINT=0 +{{- end }} [FIREWALL] CYCLE=30 diff --git a/ansible/roles/traffic-engine/files/helm/values.yaml b/ansible/roles/traffic-engine/files/helm/values.yaml index e9253777..3593d2ff 100644 --- a/ansible/roles/traffic-engine/files/helm/values.yaml +++ b/ansible/roles/traffic-engine/files/helm/values.yaml @@ -166,6 +166,7 @@ decoders: FTP: yes SSL: yes SSL_CERT: yes + SSL_JA3: yes RTP: yes SIP: yes SSH: yes