Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoadBootstrap (0.16 sec)

  1. pkg/istio-agent/agent_test.go

    			a.Security.OutputKeyCertToDir = "/cert/path"
    			a.AgentConfig.GRPCBootstrapPath = bootstrapPath
    			a.envoyEnable = false
    			return a
    		})
    		generated, err := grpcxds.LoadBootstrap(bootstrapPath)
    		if err != nil {
    			t.Fatalf("could not read bootstrap config: %v", err)
    		}
    
    		// goldenfile determinism
    		for _, k := range []string{"PROV_CERT", "PROXY_CONFIG"} {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top