Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requiredValues (0.13 sec)

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

    						},
    					},
    					ClaimValidationRules: []apiserver.ClaimValidationRule{
    						{
    							Claim:         "hd",
    							RequiredValue: "example.com",
    						},
    						{
    							Claim:         "sub",
    							RequiredValue: "test",
    						},
    					},
    				},
    				now: func() time.Time { return now },
    			},
    			signingKey: loadRSAPrivKey(t, "testdata/rsa_1.pem", jose.RS256),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
Back to top