Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for google_grpc_disable_tls_13 (0.3 sec)

  1. pkg/bootstrap/testdata/lrs_golden.json

              {
                "name": "global config",
                "static_layer": {"envoy.deprecated_features:envoy.config.listener.v3.Listener.hidden_envoy_deprecated_use_original_dst":true,"envoy.reloadable_features.google_grpc_disable_tls_13":true,"envoy.reloadable_features.http_reject_path_with_fragment":false,"overload.global_downstream_max_connections":"2147483647","re2.max_program_size.error_level":"32768"}
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. pkg/bootstrap/config.go

    	}
    	if policy == common_features.FIPS_140_2 {
    		// This flag limits google_grpc client in Envoy to TLSv1.2 as the maximum version.
    		runtimeFlags["envoy.reloadable_features.google_grpc_disable_tls_13"] = true
    	}
    	if !StripFragment {
    		// Note: the condition here is basically backwards. This was a mistake in the initial commit and cannot be reverted
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top