Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConstructSdsSecretConfigForCredentialSocket (0.22 sec)

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

    	if credentialSocketExist && strings.HasPrefix(name, security.SDSExternalCredentialPrefix) {
    		return ConstructSdsSecretConfigForCredentialSocket(name)
    	}
    
    	return &tls.SdsSecretConfig{
    		Name:      credentials.ToResourceName(name),
    		SdsConfig: SDSAdsConfig,
    	}
    }
    
    // ConstructSdsSecretConfigForCredentialSocket constructs SDS Secret Configuration based on CredentialNameSocketPath
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 22:11:02 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top