Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for jwtm (0.12 sec)

  1. tests/integration/pilot/common/routing.go

    		"Authorization":    {"Bearer " + jwt.TokenIssuer1WithNestedClaims2},
    		"X-Jwt-Nested-Key": {"value_to_be_replaced"},
    	}
    	headersWithToken2WithAddedHeader := map[string][]string{
    		"Authorization":      {"Bearer " + jwt.TokenIssuer1WithNestedClaims2},
    		"x-jwt-wrong-header": {"header_to_be_deleted"},
    	}
    	headersWithToken3 := map[string][]string{
    		"Authorization": {"Bearer " + jwt.TokenIssuer1WithCollisionResistantName},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                {{- end }}
                # SDS channel between istioagent and Envoy
                - mountPath: /etc/istio/proxy
                  name: istio-envoy
                {{- if eq .Values.global.jwtPolicy "third-party-jwt" }}
                - mountPath: /var/run/secrets/tokens
                  name: istio-token
                {{- end }}
                {{- if .Values.global.mountMtlsCerts }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    type staticKeySet struct {
    	keys []*jose.JSONWebKey
    }
    
    func (s *staticKeySet) VerifySignature(ctx context.Context, jwt string) (payload []byte, err error) {
    	jws, err := jose.ParseSigned(jwt)
    	if err != nil {
    		return nil, err
    	}
    	if len(jws.Signatures) == 0 {
    		return nil, fmt.Errorf("jwt contained no signatures")
    	}
    	kid := jws.Signatures[0].Header.KeyID
    
    	for _, key := range s.keys {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    parameters from which JWT is expected. items: type: string type: array issuer: description: Identifies the issuer that issued the JWT. type: string jwks: description: JSON Web Key Set of public keys to validate signature of the JWT. type: string jwks_uri: description: URL of the provider's public key set to validate signature of the JWT. type: string jwksUri: description: URL of the provider's public key set to validate signature of the JWT. type: string outputClaimToHeaders: description: This field specifies...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/dag.txt

    quarkus/integration-tests/smallrye-jwt-token-propagation/pom.xml
    	quarkus/test-framework/security-jwt/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy-jackson/runtime/pom.xml
    	quarkus/extensions/oidc-token-propagation/runtime/pom.xml
    	quarkus/extensions/smallrye-jwt/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  6. pkg/config/validation/validation.go

    func ValidateHTTPHeaderNameOrJwtClaimRoute(name string) error {
    	if name == "" {
    		return fmt.Errorf("header name cannot be empty")
    	}
    	if jwt.ToRoutingClaim(name).Match {
    		// Jwt claim form
    		return nil
    	}
    	// Else ensure its a valid header
    	if !validHeaderRegex.MatchString(name) {
    		return fmt.Errorf("header name %s is not a valid header name", name)
    	}
    	return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  7. pkg/config/validation/validation_test.go

    						},
    						Method: &networking.StringMatch{
    							MatchType: &networking.StringMatch_Exact{Exact: "GET"},
    						},
    					},
    				},
    			}},
    		}, valid: true, warning: false},
    		{name: "jwt claim route without gateway", in: &networking.VirtualService{
    			Hosts:    []string{"foo.bar"},
    			Gateways: []string{"mesh"},
    			Http: []*networking.HTTPRoute{{
    				Route: []*networking.HTTPRouteDestination{{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    m8�|H�$k���u���5��m��>`�����&�H1l} Em� p���'����j�+�&�������v�P�I��[���Qw��.&g�5Ս≦�/?�oKw�ˋ�����?+Շ^{��+$NF㥍�_�7��7����K����? ��(�ţN ���m���/7y��b��7��sx�x�@y[�h��l4�/n�2�b�v�-�U�[v�?�$��PY2�UZ�>"�,��׽ux�Z������y�$�AX� 5��W���h-9���jwM|�7��jǡ[��Y+.���5w[w���^5�=�L�X%+ѩ�HoM�1Ŝ.�J$RbSW��tFq�[rB�jO :�'z�\j� ��X���kp�I��%;Ѫ�h;������|�'�;.2iC|eVf���rxS��⩥�]y�W�4�L�t�q�[r�#�k��F����]���������I^ ��|��O��׫�3��������~;���_��ox������r�ˋ�V%��Eu6�;�Z_]�~5�م���\���4��@ x...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
  9. go.sum

    github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 h1:8UrgZ3GkP4i/CLijOJx79Yu+etlyjdBU4sfcs2WYQMs=
    github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0/go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0=
    github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
    github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  10. cmd/testdata/decryptObjectInfo.json.zst

    io-Internal-Server-Side-Encryption-Iv":"aHngf/Hjcv5tK+85GkHhRB7aszKgv/RI+gQNaSeiKs0=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAJDg/yJaIk7i5Dw3RPQXqXLaX/wTM/oLNy0FrienLgOV9V8IX+7GG+EOXWz2Ku9JhXpVMpoSQ==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfAPCfkM62e3vXw6k/83oRj3BV5mYQQ8B8sip9==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"applic...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top