Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ensureProxyCanControlEntry (0.29 sec)

  1. pilot/pkg/autoregistration/controller.go

    	err := c.onWorkloadConnect(entryName, proxy, conn.ConnectedAt(), autoCreate)
    	if err != nil {
    		log.Error(err)
    	}
    	return err
    }
    
    // ensureProxyCanControlEntry ensures the connected proxy's identity matches that of the WorkloadEntry it is associating with.
    func ensureProxyCanControlEntry(proxy *model.Proxy, wle *config.Config) error {
    	if !features.ValidateWorkloadEntryIdentity {
    		// Validation disabled, skip
    		return nil
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 26.4K bytes
    - Viewed (0)
Back to top