Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 294 for rootCA (0.12 sec)

  1. pkg/controller/serviceaccount/tokens_controller_test.go

    			controller, err := NewTokensController(informers.Core().V1().ServiceAccounts(), informers.Core().V1().Secrets(), client, TokensControllerOptions{TokenGenerator: generator, RootCA: []byte("CA Data"), MaxRetries: tc.MaxRetries})
    			if err != nil {
    				t.Fatalf("error creating Tokens controller: %v", err)
    			}
    
    			if tc.ExistingServiceAccount != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  2. tests/integration/pilot/istioctl_test.go

    				// This check ensures we do not. If this is failing, check to ensure the bootstrap config matches
    				// the XDS response.
    				t.Fatalf("found unexpected secrets, should have only default and ROOTCA: %v", output)
    			}
    		})
    }
    
    func jsonUnmarshallOrFail(t test.Failer, context, s string) any {
    	t.Helper()
    	var val any
    
    	// this is guarded by prettyPrint
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/compare/testdata/configdump_diff.json

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  4. istioctl/pkg/authz/testdata/configdump.yaml

                   {
                    "prefix": "spiffe://cluster.local/"
                   }
                  ]
                 },
                 "validation_context_sds_secret_config": {
                  "name": "ROOTCA",
                  "sds_config": {
                   "api_config_source": {
                    "api_type": "GRPC",
                    "grpc_services": [
                     {
                      "envoy_grpc": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  5. pilot/pkg/security/authn/policy_applier_test.go

    			},
    			want: MergedPeerAuthentication{
    				Mode: model.MTLSPermissive,
    			},
    		},
    		{
    			name: "ignore non-emptypb selector in root namespace",
    			configs: []*config.Config{
    				{
    					Meta: config.Meta{
    						Name:      "default",
    						Namespace: "root-namespace",
    					},
    					Spec: &v1beta1.PeerAuthentication{
    						Selector: &type_beta.WorkloadSelector{
    							MatchLabels: map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/list_shadow.txt

    env GOPATH=$WORK/gopath/src/shadow/root1${:}$WORK/gopath/src/shadow/root2
    
    # The math in root1 is not "math" because the standard math is.
    go list -f '({{.ImportPath}}) ({{.ConflictDir}})' ./shadow/root1/src/math
    stdout '^\(.*(\\|/)src(\\|/)shadow(\\|/)root1(\\|/)src(\\|/)math\) \('$GOROOT'(\\|/)?src(\\|/)math\)$'
    
    # The foo in root1 is "foo".
    go list -f '({{.ImportPath}}) ({{.ConflictDir}})' ./shadow/root1/src/foo
    stdout '^\(foo\) \(\)$'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 15 00:06:54 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/sidecar_simulation_test.go

            name: tls
            number: 9080
            protocol: %s
          tls:
            mode: MUTUAL
            privateKey: "httpbinkey.pem"
            serverCertificate: "httpbin.pem"
            caCertificates: "rootCA.pem"
      workloadSelector:
        labels:
          app: foo
    ---
    `, protocol)
    	}
    	expectedTLSContext := func(filterChain *listener.FilterChain) error {
    		tlsContext := &tls.DownstreamTlsContext{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  8. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildIncludeCycleIntegrationTest.groovy

            """
    
            when:
            execute(rootBuild, ':root1:compileJava')
    
            then:
            result.assertTasksExecuted(':root2:compileJava', ':buildA:compileJava', ':root1:compileJava')
    
            and:
            canRunFromCache(rootBuild, ':root1:compileJava')
        }
    
        def "can depend back on root build and back on an included build"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Aug 19 21:32:57 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  9. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/changes/OutputFileChangesTest.groovy

                    regularFile("root1/one", 0x1234)
                ]),
                directory("root2", [
                    regularFile("root2/one", 0x1234),
                    regularFile("root2/two", 0x2345)
                ])
            ) == [added("root2/two")]
        }
    
        def "deep removal"() {
            expect:
            changes(
                directory("root", [
                    regularFile("root/one", 0x1234),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/text/TreeFormatterTest.groovy

            formatter.node("child2")
            formatter.endChildren()
    
            then:
            formatter.toString() == toPlatformLineSeparators("""root1:
      - child1
      - child2
    root2: child1
    root3:
      - child1
      - child2""")
        }
    
        def "can append to root node"() {
            when:
            formatter.node("Some ")
            formatter.append("thing")
            formatter.append(".")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 12.4K bytes
    - Viewed (0)
Back to top