Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for payloadB (0.19 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    				"exp": %d,
    				"baz": "qux"
    			}`, valid.Unix()),
    			want: &user.DefaultInfo{},
    		},
    		// test to assert the minimum valid jwt payload
    		// the required claims are iss, aud, exp and <claimMappings.Username> (in this case user).
    		{
    			name: "minimum valid jwt payload",
    			options: Options{
    				JWTAuthenticator: apiserver.JWTAuthenticator{
    					Issuer: apiserver.Issuer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    				Scheme:  scheme.TCP,
    				Address: gateway,
    				// Envoy requires PROXY protocol TCP payloads have a minimum size, see:
    				// https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/listener/proxy_protocol/v3/proxy_protocol.proto
    				// If the PROXY protocol filter is enabled, Envoy should parse and consume the header out of the TCP payload, otherwise echo it back as-is.
    				Message:              "This is a test TCP message",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. cmd/server_test.go

    	response, err := s.client.Do(request)
    	c.Assert(err, nil)
    	c.Assert(response.StatusCode, http.StatusOK)
    
    	objName := "test-object"
    
    	// Body is on purpose set to nil so that we get payload generated for empty bytes.
    
    	// Create new HTTP request with incorrect secretKey to generate an incorrect signature.
    	secretKey := s.secretKey + "a"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    					t.Errorf("Log entry mismatch\n\t%s\ndoes not match\n\t%s", logEntry, pat)
    				}
    			}
    		})
    	}
    }
    
    // fetchWireResponse is a helper for dialing to host,
    // sending http1ReqBody as the payload and retrieving
    // the response as it was sent on the wire.
    func fetchWireResponse(host string, http1ReqBody []byte) ([]byte, error) {
    	conn, err := net.Dial("tcp", host)
    	if err != nil {
    		return nil, err
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    the claim to be copied from. type: string header: description: The name of the header to be created. type: string type: object type: array outputPayloadToHeade: description: This field specifies the header name to output a successfully verified JWT payload to the backend. type: string required: - issuer type: object type: array selector: description: Optional. properties: matchLabels: additionalProperties: type: string description: One or more labels that indicate a specific set of pods/VMs on which...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top