Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for httpmime (0.18 sec)

  1. pkg/test/framework/components/authz/kubelocal.go

    }
    
    func (s *localServerImpl) httpName() string {
    	return fmt.Sprintf("%s-%s-local", httpName, s.ns.Prefix())
    }
    
    func (s *localServerImpl) grpcName() string {
    	return fmt.Sprintf("%s-%s-local", grpcName, s.ns.Prefix())
    }
    
    func (s *localServerImpl) httpHost() string {
    	return fmt.Sprintf("%s.%s.local", httpName, s.ns.Prefix())
    }
    
    func (s *localServerImpl) grpcHost() string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  2. 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)
Back to top