From 95be2f533ea9fc3c0dcbe9544c5b8fb945c1b256 Mon Sep 17 00:00:00 2001 From: linxin Date: Mon, 24 Jul 2023 16:43:10 +0800 Subject: [PATCH] =?UTF-8?q?TSG-16295:=20=E5=9C=A8provision=E5=92=8Cclixon?= =?UTF-8?q?=E4=B8=AD=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E7=94=9F=E6=88=90?= =?UTF-8?q?JA3=E6=8C=87=E7=BA=B9=E7=9A=84=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/traffic-engine/files/helm/conf/main.conf | 5 +++++ ansible/roles/traffic-engine/files/helm/values.yaml | 1 + 2 files changed, 6 insertions(+) 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