Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertUserInfoToUnstructured (0.16 sec)

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

    		// against the user info. This is done once here so that we don't have to convert
    		// the user info to unstructured multiple times in the CEL mapper for each mapping.
    		userInfoUnstructured, err := convertUserInfoToUnstructured(info)
    		if err != nil {
    			return nil, false, fmt.Errorf("oidc: could not convert user info to unstructured: %w", err)
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 19:29:33 UTC 2024
    - 37.9K bytes
    - Viewed (0)
Back to top