saurabh-saraswat commented on issue #301:
URL: 
https://github.com/apache/trafficserver-ingress-controller/issues/301#issuecomment-3345276423

   We are going ahead with the implementation for following SNI CRD. Here we 
handle this one similar to Catching CRD, but from the handler we modify the 
sni.yaml followed by traffic_ctl server restart. 
   
   kind: ATSSniPolicy
   metadata:
     name: my-sni-config
   spec:
     sni:
       - fqdn: "ats.test.com"
         host_sni_policy: "PERMISSIVE"
         verify_server_policy: "PERMISSIVE"
         http2: "off"
         verify_client: "MODERATE"
         valid_tls_versions_in:
           - "TLSv1_2"
           - "TLSv1_3" 
       - fqdn: "host-test.com"
         host_sni_policy: "ENFORCED"
         verify_server_policy: "PERMISSIVE"
         http2: "off"
         verify_client: "MODERATE"
         valid_tls_versions_in:
           - "TLSv1_2"
           - "TLSv1_3"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to