Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,357 for DOMAIN (1.05 sec)

  1. pilot/pkg/config/kube/gateway/testdata/tls.yaml.golden

        internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
        internal.istio.io/parents: Gateway/gateway/terminate.istio-system
      creationTimestamp: null
      name: gateway-istio-autogenerated-k8s-gateway-terminate
      namespace: istio-system
    spec:
      servers:
      - hosts:
        - '*/domain.example'
        port:
          name: default
          number: 34000
          protocol: HTTPS
        tls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 01 20:54:36 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. pilot/pkg/security/trustdomain/bundle_test.go

    	testCases := []struct {
    		name              string
    		trustDomainBundle Bundle
    		principals        []string
    		expect            []string
    	}{
    		{
    			name:              "No trust domain aliases (no change in trust domain)",
    			trustDomainBundle: NewBundle("cluster.local", nil),
    			principals:        []string{"cluster.local/ns/foo/sa/bar"},
    			expect:            []string{"cluster.local/ns/foo/sa/bar"},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 11 16:19:15 UTC 2021
    - 7.4K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/grpc.yaml.golden

        internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
        internal.istio.io/parents: Gateway/gateway/default.istio-system
      creationTimestamp: null
      name: gateway-istio-autogenerated-k8s-gateway-default
      namespace: istio-system
    spec:
      servers:
      - hosts:
        - '*/*.domain.example'
        port:
          name: default
          number: 80
          protocol: HTTP
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  4. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbAuthentication.java

        }
    
        public void setPassword(final String password) {
            this.password = password;
        }
    
        public String getDomain() {
            return domain;
        }
    
        public void setDomain(final String domain) {
            this.domain = domain;
        }
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb/NtlmNtHashAuthenticator.java

    
        /**
         * Create username/password credentials with specified domain
         * 
         * @param domain
         * @param username
         * @param passwordHash
         *            NT password hash
         */
        public NtlmNtHashAuthenticator ( String domain, String username, byte[] passwordHash ) {
            super(domain, username, null, AuthenticationType.USER);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Tue Jul 07 12:07:20 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  6. tests/integration/security/ca_custom_root/trust_domain_validation_test.go

    					// Request from local trust domain should always allowed.
    					verify(t, client, "cluster.local", httpMTLS, scheme.HTTP, true)
    					verify(t, client, "cluster.local", tcpMTLS, scheme.TCP, true)
    
    					// Trust domain foo is added as trust domain alias.
    					// Request from trust domain bar should be denied.
    					// Request from trust domain foo should be allowed.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/NamedDomainObjectProvider.java

    /**
     * Provides a domain object of the given type.
     *
     * @param <T> type of domain object
     * @since 4.10
     */
    public interface NamedDomainObjectProvider<T> extends Provider<T> {
        /**
         * Configures the domain object with the given action. Actions are run in the order added.
         *
         * @param action A {@link Action} that can configure the domain object when required.
         * @since 4.10
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 04 05:48:20 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/http.yaml

      - name: default
        hostname: "*.domain.example"
        port: 80
        protocol: HTTP
        allowedRoutes:
          namespaces:
            from: All
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: http
      namespace: default
    spec:
      parentRefs:
      - name: gateway
        namespace: istio-system
      hostnames: ["first.domain.example", "another.domain.example"]
      rules:
      - matches:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/NamedDomainObjectCollectionSchema.java

    /**
     * Schema of named domain object collections.
     *
     * @since 4.10
     * @see NamedDomainObjectCollection
     */
    public interface NamedDomainObjectCollectionSchema {
        /**
         * Returns an iterable of the schemas for each element in the collection.
         */
        Iterable<? extends NamedDomainObjectSchema> getElements();
    
        /**
         * Schema of a named domain object.
         *
         * @since 4.10
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 04 05:48:20 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/eastwest-labelport.yaml.golden

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      annotations:
        internal.istio.io/gateway-semantics: gateway
        internal.istio.io/gateway-service: eastwestgateway-istio.istio-system.svc.domain.suffix
        internal.istio.io/parents: Gateway/eastwestgateway/istiod-grpc.istio-system
      creationTimestamp: null
      name: eastwestgateway-istio-autogenerated-k8s-gateway-istiod-grpc
      namespace: istio-system
    spec:
      servers:
      - hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top