Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for authnmodel (0.13 sec)

  1. pilot/pkg/networking/core/listener.go

    		authnmodel.ApplyToCommonTLSContext(ctx.CommonTlsContext, proxy, serverTLSSettings.SubjectAltNames, serverTLSSettings.CaCrl, []string{}, validateClient)
    	// If credential name is specified at gateway config, create  SDS config for gateway to fetch key/cert from Istiod.
    	case serverTLSSettings.CredentialName != "":
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_tls_test.go

    								},
    								ValidationContextSdsSecretConfig: &tls.SdsSecretConfig{
    									Name:      "kubernetes://" + credentialName + authn_model.SdsCaSuffix,
    									SdsConfig: authn_model.SDSAdsConfig,
    								},
    							},
    						},
    					},
    					Sni: "some-sni.com",
    				},
    				err: nil,
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top