@@ -200,6 +200,16 @@ spec:
200200 items:
201201 type: string
202202 type: array
203+ enableJA3Fingerprinting:
204+ description: |-
205+ EnableJA3Fingerprinting enables JA3 fingerprinting in the TLS Inspector.
206+ When true, populates JA3 hash in dynamic metadata.
207+ type: boolean
208+ enableJA4Fingerprinting:
209+ description: |-
210+ EnableJA4Fingerprinting enables JA4 fingerprinting in the TLS Inspector.
211+ When true, populates JA4 hash in dynamic metadata.
212+ type: boolean
203213 maximumProtocolVersion:
204214 description: |-
205215 MaximumProtocolVersion is the maximum TLS version this vhost should
@@ -438,6 +448,16 @@ spec:
438448 items:
439449 type: string
440450 type: array
451+ enableJA3Fingerprinting:
452+ description: |-
453+ EnableJA3Fingerprinting enables JA3 fingerprinting in the TLS Inspector.
454+ When true, populates JA3 hash in dynamic metadata.
455+ type: boolean
456+ enableJA4Fingerprinting:
457+ description: |-
458+ EnableJA4Fingerprinting enables JA4 fingerprinting in the TLS Inspector.
459+ When true, populates JA4 hash in dynamic metadata.
460+ type: boolean
441461 maximumProtocolVersion:
442462 description: |-
443463 MaximumProtocolVersion is the maximum TLS version this vhost should
@@ -4147,6 +4167,16 @@ spec:
41474167 items:
41484168 type: string
41494169 type: array
4170+ enableJA3Fingerprinting:
4171+ description: |-
4172+ EnableJA3Fingerprinting enables JA3 fingerprinting in the TLS Inspector.
4173+ When true, populates JA3 hash in dynamic metadata.
4174+ type: boolean
4175+ enableJA4Fingerprinting:
4176+ description: |-
4177+ EnableJA4Fingerprinting enables JA4 fingerprinting in the TLS Inspector.
4178+ When true, populates JA4 hash in dynamic metadata.
4179+ type: boolean
41504180 maximumProtocolVersion:
41514181 description: |-
41524182 MaximumProtocolVersion is the maximum TLS version this vhost should
@@ -4385,6 +4415,16 @@ spec:
43854415 items:
43864416 type: string
43874417 type: array
4418+ enableJA3Fingerprinting:
4419+ description: |-
4420+ EnableJA3Fingerprinting enables JA3 fingerprinting in the TLS Inspector.
4421+ When true, populates JA3 hash in dynamic metadata.
4422+ type: boolean
4423+ enableJA4Fingerprinting:
4424+ description: |-
4425+ EnableJA4Fingerprinting enables JA4 fingerprinting in the TLS Inspector.
4426+ When true, populates JA4 hash in dynamic metadata.
4427+ type: boolean
43884428 maximumProtocolVersion:
43894429 description: |-
43904430 MaximumProtocolVersion is the maximum TLS version this vhost should
0 commit comments