Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 222 for creiss (0.13 sec)

  1. update-credits.sh

    #!/usr/bin/env bash
    
    gocredits . >CREDITS
    
    echo "All community contributions are licensed under the terms of the Apache 2 license." >>CREDITS
    echo "----------------------------------------------------------------" >>CREDITS
    cat >>CREDITS <<EOF
    
                                     Apache License
                               Version 2.0, January 2004
                            http://www.apache.org/licenses/
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Aug 11 05:08:38 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  2. pkg/credentialprovider/keyring_test.go

    	} else {
    		keyring.Add(cfg)
    	}
    
    	creds, ok := keyring.Lookup("google/docker-registry")
    	if !ok {
    		t.Errorf("Didn't find expected URL: %s", url)
    		return
    	}
    	if len(creds) > 1 {
    		t.Errorf("Got more hits than expected: %s", creds)
    	}
    	val := creds[0]
    
    	if username != val.Username {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 15 10:47:22 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  3. src/test/java/jcifs/tests/SessionTest.java

            try ( SmbFile f = new SmbFile(url) ) {
                Credentials creds = f.getContext().getCredentials();
    
                assertFalse(creds.isAnonymous());
                assertFalse(creds.isGuest());
                assertTrue(creds instanceof NtlmPasswordAuthenticator);
                NtlmPasswordAuthenticator ntcreds = (NtlmPasswordAuthenticator) creds;
    
                assertNotNull(ntcreds.getUsername());
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:09:03 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  4. pilot/pkg/networking/grpcgen/grpcgen_test.go

    		t.Run("gRPC-svc-tls", func(t *testing.T) {
    			// Replaces: insecure.NewCredentials
    			creds, err := xdscreds.NewServerCredentials(xdscreds.ServerOptions{FallbackCreds: insecure.NewCredentials()})
    			if err != nil {
    				t.Fatal(err)
    			}
    
    			grpcOptions := []grpc.ServerOption{
    				grpc.Creds(creds),
    			}
    
    			bootstrapB := GRPCBootstrap("echo-rbac-mtls", "test", "127.0.1.1", xdsPort)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:04:02 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  5. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishHttpIntegTest.groovy

        def "reports failure publishing with #credsName credentials to authenticated repository using #authScheme auth"() {
            given:
            def credentialsBlock = ''
            if (creds != null) {
                configureRepositoryCredentials(creds.username, creds.password, "ivy")
                credentialsBlock = "credentials(PasswordCredentials)"
            }
            buildFile << """
                apply plugin: 'java'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 21.8K bytes
    - Viewed (0)
  6. pkg/controller/daemon/update_test.go

    			manager.historyStore.Add(h)
    		}
    		crList, err := manager.controlledHistories(context.TODO(), ds1)
    		if err != nil {
    			t.Fatalf("Test case: %s. Unexpected error: %v", c.name, err)
    		}
    		if len(crList) != len(c.expectControllerRevisions) {
    			t.Errorf("Test case: %s, expect controllerrevision count %d but got:%d",
    				c.name, len(c.expectControllerRevisions), len(crList))
    		} else {
    			// check controller revisions match
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 10 21:10:35 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml.golden

    kind: VirtualService
    metadata:
      annotations:
        internal.istio.io/parents: HTTPRoute/bind-cross-namespace.group-namespace1,HTTPRoute/bind-cross-namespace.group-namespace2
        internal.istio.io/route-semantics: gateway
      creationTimestamp: null
      name: bind-cross-namespace-2-istio-autogenerated-k8s-gateway
      namespace: group-namespace1
    spec:
      gateways:
      - istio-system/gateway-istio-autogenerated-k8s-gateway-slctr-labels
      hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  8. pilot/test/xds/fake.go

    		t.Fatal(err)
    	}
    
    	bootstrap.InitGenerators(s, core.NewConfigGenerator(s.Cache), "istio-system", "", nil)
    	s.Generators[v3.SecretType] = xds.NewSecretGen(creds, s.Cache, opts.DefaultClusterName, nil)
    	s.Generators[v3.ExtensionConfigurationType].(*xds.EcdsGenerator).SetCredController(creds)
    
    	memRegistry := cg.MemRegistry
    	memRegistry.XdsUpdater = s
    
    	// Setup config handlers
    	// TODO code re-use from server.go
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 16:08:52 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  9. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/RetryConditions.groovy

            def targetDistVersion = extractTargetVersionFromToolingApiSpecification(specification)
            if (targetDistVersion == null) {
                println "Can not retry cross version test because 'gradleVersion' is unknown"
                return false
            }
    
            // known issue with pre 1.3 daemon versions: https://github.com/gradle/gradle/commit/29d895bc086bc2bfcf1c96a6efad22c602441e26
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  10. cmd/bucket-targets.go

    func (sys *BucketTargetSys) getRemoteTargetClient(tcfg *madmin.BucketTarget) (*TargetClient, error) {
    	config := tcfg.Credentials
    	creds := credentials.NewStaticV4(config.AccessKey, config.SecretKey, "")
    
    	api, err := minio.New(tcfg.Endpoint, &minio.Options{
    		Creds:     creds,
    		Secure:    tcfg.Secure,
    		Region:    tcfg.Region,
    		Transport: globalRemoteTargetTransport,
    	})
    	if err != nil {
    		return nil, err
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 01:09:56 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top