Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MatchAny (0.15 sec)

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

    					Issuer: apiserver.Issuer{
    						URL:                 "https://auth.example.com",
    						Audiences:           []string{"random-client", "my-client"},
    						AudienceMatchPolicy: "MatchAny",
    					},
    					ClaimMappings: apiserver.ClaimMappings{
    						Username: apiserver.PrefixedClaimOrExpression{
    							Claim:  "username",
    							Prefix: pointer.String(""),
    						},
    					},
    				},
    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