Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for disallowedIssuers (0.17 sec)

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

    								ValueExpression: "claims.foo",
    							},
    							{
    								Key:             "example.org/bar",
    								ValueExpression: "claims.bar",
    							},
    						},
    					},
    				},
    				DisallowedIssuers: []string{"https://auth.example.com"},
    				now:               func() time.Time { return now },
    			},
    			signingKey: loadRSAPrivKey(t, "testdata/rsa_1.pem", jose.RS256),
    			pubKeys: []*jose.JSONWebKey{
    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