Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ApplyCredentialSDSToServerCommonTLSContext (0.36 sec)

  1. pilot/pkg/security/model/authentication.go

    				tlsOpts.CredentialName+SdsCaSuffix, credentialSocketExist),
    		},
    	}
    }
    
    // ApplyCredentialSDSToServerCommonTLSContext applies the credentialName sds (Gateway/DestinationRule) to CommonTlsContext
    // Used for building both gateway/sidecar TLS context
    func ApplyCredentialSDSToServerCommonTLSContext(tlsContext *tls.CommonTlsContext,
    	tlsOpts *networking.ServerTLSSettings, credentialSocketExist bool,
    ) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 22:11:02 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    	// If credential name is specified at gateway config, create  SDS config for gateway to fetch key/cert from Istiod.
    	case serverTLSSettings.CredentialName != "":
    		authnmodel.ApplyCredentialSDSToServerCommonTLSContext(ctx.CommonTlsContext, serverTLSSettings, credentialSocketExist)
    	default:
    		certProxy := &model.Proxy{}
    		certProxy.IstioVersion = proxy.IstioVersion
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top