Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kubeapiserver/options/authentication_test.go

    			args: []string{
    				"--oidc-client-id=testClientID",
    				"--oidc-username-claim=testClaim",
    			},
    			expectErr: "oidc-issuer-url and oidc-client-id must be specified together when any oidc-* flags are set",
    		},
    		{
    			name: "issuer url and client id are set",
    			args: []string{
    				"--oidc-client-id=testClientID",
    				"--oidc-issuer-url=https://testIssuerURL",
    			},
    			expectErr: "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
Back to top