Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for request_headers (0.34 sec)

  1. pkg/controlplane/apiserver/options/options_test.go

    				RetryBackoff: apiserveroptions.DefaultAuthWebhookRetryBackoff(),
    			},
    			BootstrapToken: &kubeoptions.BootstrapTokenAuthenticationOptions{},
    			OIDC:           s.Authentication.OIDC,
    			RequestHeader:  &apiserveroptions.RequestHeaderAuthenticationOptions{},
    			ServiceAccounts: &kubeoptions.ServiceAccountAuthenticationOptions{
    				Lookup:           true,
    				ExtendExpiration: true,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. cmd/kube-apiserver/app/options/options_test.go

    					RetryBackoff: apiserveroptions.DefaultAuthWebhookRetryBackoff(),
    				},
    				BootstrapToken: &kubeoptions.BootstrapTokenAuthenticationOptions{},
    				OIDC:           s.Authentication.OIDC,
    				RequestHeader:  &apiserveroptions.RequestHeaderAuthenticationOptions{},
    				ServiceAccounts: &kubeoptions.ServiceAccountAuthenticationOptions{
    					Lookup:           true,
    					ExtendExpiration: true,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt

            wait()
          }
          return events.removeAt(0)
        }
    
        @Synchronized override fun onRequest(
          streamId: Int,
          requestHeaders: List<Header>,
        ): Boolean {
          assertThat(streamId).isEqualTo(2)
          events.add(requestHeaders)
          notifyAll()
          return false
        }
    
        @Synchronized override fun onHeaders(
          streamId: Int,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  4. pkg/controlplane/apiserver/config.go

    	if err != nil {
    		return nil, nil, err
    	}
    	config.ClusterAuthenticationInfo.ClientCA = clientCAProvider
    
    	requestHeaderConfig, err := opts.Authentication.RequestHeader.ToAuthenticationRequestHeaderConfig()
    	if err != nil {
    		return nil, nil, err
    	}
    	if requestHeaderConfig != nil {
    		config.ClusterAuthenticationInfo.RequestHeaderCA = requestHeaderConfig.CAContentProvider
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  5. pkg/controlplane/apiserver/options/options.go

    		"when it must call out during a request. This includes proxying requests to a user "+
    		"api-server and calling out to webhook admission plugins. It is expected that this "+
    		"cert includes a signature from the CA in the --requestheader-client-ca-file flag. "+
    		"That CA is published in the 'extension-apiserver-authentication' configmap in "+
    		"the kube-system namespace. Components receiving calls from kube-aggregator should "+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 12:19:56 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java

                    "fess_config.label_type", //
                    "fess_config.path_mapping", //
                    "fess_config.related_content", //
                    "fess_config.related_query", //
                    "fess_config.request_header", //
                    "fess_config.role_type", //
                    "fess_config.scheduled_job", //
                    "fess_config.thumbnail_queue", //
                    "fess_config.web_authentication", //
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 48.6K bytes
    - Viewed (0)
  7. cmd/kube-controller-manager/app/options/options_test.go

    			TokenRequestTimeout: 10 * time.Second,
    			WebhookRetryBackoff: apiserveroptions.DefaultAuthWebhookRetryBackoff(),
    			ClientCert:          apiserveroptions.ClientCertAuthenticationOptions{},
    			RequestHeader: apiserveroptions.RequestHeaderAuthenticationOptions{
    				UsernameHeaders:     []string{"x-remote-user"},
    				GroupHeaders:        []string{"x-remote-group"},
    				ExtraHeaderPrefixes: []string{"x-remote-extra-"},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener_test.go

    								Value: "literal-value",
    							},
    						},
    					},
    					{
    						Tag: "custom_tag_request_header",
    						Type: &tracing.CustomTag_RequestHeader{
    							RequestHeader: &tracing.CustomTag_Header{
    								Name:         "custom_tag_request_header_name",
    								DefaultValue: "custom-defaulted-value-request-header",
    							},
    						},
    					},
    				}, customTracingTags()...),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  9. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                required:
                                - name
                                type: object
                              header:
                                description: RequestHeader adds the value of an header
                                  from the request to each span.
                                properties:
                                  defaultValue:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  10. manifests/charts/base/crds/crd-all.gen.yaml

                                required:
                                - name
                                type: object
                              header:
                                description: RequestHeader adds the value of an header
                                  from the request to each span.
                                properties:
                                  defaultValue:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top