Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildConnection (0.1 sec)

  1. security/pkg/nodeagent/caclient/providers/citadel/client.go

    	c := &CitadelClient{
    		tlsOpts:  tlsOpts,
    		opts:     opts,
    		provider: caclient.NewDefaultTokenProvider(opts),
    	}
    
    	conn, err := c.buildConnection()
    	if err != nil {
    		citadelClientLog.Errorf("Failed to connect to endpoint %s: %v", opts.CAEndpoint, err)
    		return nil, fmt.Errorf("failed to connect to endpoint %s", opts.CAEndpoint)
    	}
    	c.conn = conn
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top