Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 57 for somedomain (0.19 sec)

  1. pilot/pkg/networking/core/serviceentry_simulation_test.go

    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: vs1
    spec:
      hosts:
      - blah.somedomain
      tls:
      - match:
        - port: 9999
          sniHosts:
          - blah.somedomain
        route:
        - destination:
            host: blah.somedomain
            port:
              number: 9999`
    
    func TestServiceEntry(t *testing.T) {
    	cases := []simulationTest{
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:06 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. tests/testdata/config/se-example.yaml

          caCertificates: tests/testdata/certs/default/root-cert.pem
          # Not included in the example, added for testing
          sni: v1.mymongodb.somedomain
          subjectAltNames:
          - service.mongodb.somedomain
    
    ---
    #The following example uses a combination of service entry and TLS
    #routing in virtual service to demonstrate the use of SNI routing to
    #forward unterminated TLS traffic from the application to external
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jun 27 15:20:03 UTC 2020
    - 5.3K bytes
    - Viewed (0)
  3. pilot/pkg/xds/xds_test.go

    spec:
      hosts:
      - mymongodb.somedomain 
      addresses:
      - 192.192.192.192/24 # VIPs
      ports:
      - number: 27018
        name: mongodb
        protocol: MONGO
      location: MESH_INTERNAL
      resolution: STATIC
      endpoints:
      - address: 2.2.2.2
      - address: 3.3.3.3
    `,
    			},
    			serviceCluster: "outbound|27018||mymongodb.somedomain",
    			wantClusterLocal: map[cluster.ID][]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  4. manifests/charts/gateways/istio-ingress/values.yaml

          #        caCertificates:    # example: /etc/istio/tracer/root-cert.pem
          #        sni:               # example: tracer.somedomain
          #        subjectAltNames: []
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 13K bytes
    - Viewed (0)
  5. manifests/charts/gateways/istio-egress/values.yaml

          #        caCertificates:    # example: /etc/istio/tracer/root-cert.pem
          #        sni:               # example: tracer.somedomain
          #        subjectAltNames: []
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  6. docs/sts/ldap.md

    export MINIO_IDENTITY_LDAP_LOOKUP_BIND_DN='cn=admin,dc=min,dc=io'
    export MINIO_IDENTITY_LDAP_LOOKUP_BIND_PASSWORD=admin
    export MINIO_IDENTITY_LDAP_GROUP_SEARCH_BASE_DN='dc=minioad,dc=local;dc=somedomain,dc=com'
    export MINIO_IDENTITY_LDAP_GROUP_SEARCH_FILTER='(&(objectclass=groupOfNames)(member=%d))'
    minio server ~/test
    ```
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/process/internal/DefaultExecActionFactoryTest.groovy

            List files = ClasspathUtil.getClasspath(getClass().classLoader).asFiles
    
            when:
            ExecResult result = factory.javaexec { spec ->
                spec.classpath(files as Object[])
                spec.mainClass = SomeMain.name
                spec.args testFile.absolutePath
            }
    
            then:
            testFile.isFile()
            result.exitValue == 0
        }
    
        def javaexecWithNonZeroExitValueShouldThrowException() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 15 17:11:21 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    MUTUAL, ISTIO_MUTUAL # clientCertificate: # example: /etc/istio/tracer/cert-chain.pem # privateKey: # example: /etc/istio/tracer/key.pem # caCertificates: # example: /etc/istio/tracer/root-cert.pem # sni: # example: tracer.somedomain # subjectAltNames: [] # - tracer.somedomain manifests/charts/gateways/istio-ingress/templates/serviceaccount.yaml {{ $gateway := index .Values "gateways" "istio-ingressgateway" }} apiVersion: v1 kind: ServiceAccount {{- if .Values.global.imagePullSecrets }} imagePullSecrets:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	SO_BUSY_POLL                     = 0x2e
    	SO_BUSY_POLL_BUDGET              = 0x46
    	SO_CNX_ADVICE                    = 0x35
    	SO_COOKIE                        = 0x39
    	SO_DETACH_REUSEPORT_BPF          = 0x44
    	SO_DOMAIN                        = 0x1029
    	SO_DONTROUTE                     = 0x10
    	SO_ERROR                         = 0x1007
    	SO_INCOMING_CPU                  = 0x31
    	SO_INCOMING_NAPI_ID              = 0x38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go

    	SO_BUSY_POLL                     = 0x2e
    	SO_BUSY_POLL_BUDGET              = 0x46
    	SO_CNX_ADVICE                    = 0x35
    	SO_COOKIE                        = 0x39
    	SO_DETACH_REUSEPORT_BPF          = 0x44
    	SO_DOMAIN                        = 0x27
    	SO_DONTROUTE                     = 0x5
    	SO_ERROR                         = 0x4
    	SO_INCOMING_CPU                  = 0x31
    	SO_INCOMING_NAPI_ID              = 0x38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top