Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 146 for 900s (0.04 sec)

  1. cmd/sts-handlers.go

    // users from web identity provider such as Facebook, Google, or any OpenID
    // Connect-compatible identity provider.
    //
    // Eg:-
    //
    //	$ curl https://minio:9000/?Action=AssumeRoleWithWebIdentity&WebIdentityToken=<jwt>
    func (sts *stsAPIHandlers) AssumeRoleWithWebIdentity(w http.ResponseWriter, r *http.Request) {
    	sts.AssumeRoleWithSSO(w, r)
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  2. tests/integration/security/ca_custom_root/trust_domain_validation_test.go

    	tcpWL         = "tcp-wl"
    	passThrough   = "tcp-mtls-pass-through"
    
    	// policy to enable mTLS in client and server:
    	// ports with plaintext: 8090 (http) and 8092 (tcp)
    	// ports with mTLS: 8091 (http), 8093 (tcp) and 9000 (tcp passthrough).
    	policy = `
    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: "mtls"
    spec:
      selector:
        matchLabels:
          app: server
      mtls:
        mode: STRICT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. tests/integration/pilot/multi_version_revision_test.go

    						{
    							Name:         "http",
    							Protocol:     protocol.HTTP,
    							WorkloadPort: 8000,
    						},
    						{
    							Name:         "tcp",
    							Protocol:     protocol.TCP,
    							WorkloadPort: 9000,
    						},
    						{
    							Name:         "grpc",
    							Protocol:     protocol.GRPC,
    							WorkloadPort: 9090,
    						},
    					},
    				})
    			}
    			instances := builder.BuildOrFail(t)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/README

    	$ go test -run=Script
    	--- FAIL: TestScript (3.75s)
    	    --- FAIL: TestScript/install_rebuild_gopath (0.16s)
    	        script_test.go:223:
    	            # GOPATH with p1 in d2, p2 in d2 (0.000s)
    	            # build & install p1 (0.087s)
    	            # modify p2 - p1 should appear stale (0.029s)
    	            # build & install p1 again (0.022s)
    	            > go install -i p11
    	            [stderr]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  5. src/crypto/tls/handshake_server_tls13.go

    	}
    	c.clientProtocol = selectedProto
    
    	if c.quic != nil {
    		// RFC 9001 Section 4.2: Clients MUST NOT offer TLS versions older than 1.3.
    		for _, v := range hs.clientHello.supportedVersions {
    			if v < VersionTLS13 {
    				c.sendAlert(alertProtocolVersion)
    				return errors.New("tls: client offered TLS version older than TLS 1.3")
    			}
    		}
    		// RFC 9001 Section 8.2.
    		if hs.clientHello.quicTransportParameters == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 17:23:54 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  6. tests/integration/telemetry/tracing/tracing.go

    						Protocol:     protocol.HTTP,
    						WorkloadPort: 8090,
    					},
    					{
    						Name:     "tcp",
    						Protocol: protocol.TCP,
    						// We use a port > 1024 to not require root
    						WorkloadPort: 9000,
    					},
    				},
    			})
    	}
    	echos, err := builder.Build()
    	if err != nil {
    		return err
    	}
    
    	servicePrefix := func(prefix string) match.Matcher {
    		return func(i echo.Instance) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 19:05:09 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/kube/templates/vm_deployment.yaml

          - name: ext-authz
            image: {{ $.ImageHub }}/ext-authz:{{ $.ImageTag }}
            imagePullPolicy: {{ $.ImagePullPolicy }}
            ports:
            - containerPort: 8000
            - containerPort: 9000
    {{- end }}
          volumes:
          - emptyDir: {}
            name: istio-data
          - secret:
              secretName: {{ $.Service }}-istio-token
            name: {{ $.Service }}-istio-token
          - configMap:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 8K bytes
    - Viewed (0)
  8. pkg/test/framework/components/authz/kube.go

    	"istio.io/istio/pkg/test/util/yml"
    	"istio.io/istio/pkg/util/protomarshal"
    	"istio.io/istio/pkg/util/sets"
    )
    
    const (
    	httpName = "ext-authz-http"
    	grpcName = "ext-authz-grpc"
    	httpPort = 8000
    	grpcPort = 9000
    
    	providerTemplate = `
    extensionProviders:
    - name: "{{ .httpName }}"
      envoyExtAuthzHttp:
        service: "{{ .fqdn }}"
        port: {{ .httpPort }}
        headersToUpstreamOnAllow: ["x-ext-authz-*"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 7K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-configmap.yaml

            - MUTUAL_TLS
            {{- else }}
            - --controlPlaneAuthPolicy
            - NONE
            {{- end }}
            - --dnsRefreshRate
            - {{ valueOrDefault .Values.global.proxy.dnsRefreshRate "300s" }}
          {{- if (ne (annotation .ObjectMeta "status.sidecar.istio.io/port" .Values.global.proxy.statusPort) "0") }}
            - --statusPort
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-enabled-nsbydefault.yaml

            - MUTUAL_TLS
            {{- else }}
            - --controlPlaneAuthPolicy
            - NONE
            {{- end }}
            - --dnsRefreshRate
            - {{ valueOrDefault .Values.global.proxy.dnsRefreshRate "300s" }}
          {{- if (ne (annotation .ObjectMeta "status.sidecar.istio.io/port" .Values.global.proxy.statusPort) "0") }}
            - --statusPort
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
Back to top