Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 209 for userInfo (0.26 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/types.go

    	//
    	// CEL expressions have access to the contents of UserInfo, organized into CEL variable:
    	// - 'user' - authentication.k8s.io/v1, Kind=UserInfo object
    	//    Refer to https://github.com/kubernetes/api/blob/release-1.28/authentication/v1/types.go#L105-L122 for the definition.
    	//    API documentation: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#userinfo-v1-authentication-k8s-io
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/audit/request.go

    func LogImpersonatedUser(ae *auditinternal.Event, user user.Info) {
    	if ae == nil || ae.Level.Less(auditinternal.LevelMetadata) {
    		return
    	}
    	ae.ImpersonatedUser = &authnv1.UserInfo{
    		Username: user.GetName(),
    	}
    	ae.ImpersonatedUser.Groups = user.GetGroups()
    	ae.ImpersonatedUser.UID = user.GetUID()
    	ae.ImpersonatedUser.Extra = map[string]authnv1.ExtraValue{}
    	for k, v := range user.GetExtra() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/audit/zz_generated.deepcopy.go

    func (in *Event) DeepCopyInto(out *Event) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.User.DeepCopyInto(&out.User)
    	if in.ImpersonatedUser != nil {
    		in, out := &in.ImpersonatedUser, &out.ImpersonatedUser
    		*out = new(v1.UserInfo)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.SourceIPs != nil {
    		in, out := &in.SourceIPs, &out.SourceIPs
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.ObjectRef != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 06 19:08:27 UTC 2021
    - 7.9K bytes
    - Viewed (0)
  4. pkg/serviceaccount/jwt.go

    	// issuer string.
    	sa, err := j.validator.Validate(ctx, tokenData, public, private)
    	if err != nil {
    		return nil, false, err
    	}
    
    	return &authenticator.Response{
    		User:      sa.UserInfo(),
    		Audiences: auds,
    	}, true, nil
    }
    
    // hasCorrectIssuer returns true if tokenData is a valid JWT in compact
    // serialization format and the "iss" claim matches the iss field of this token
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 27 22:16:08 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.pb.go

    		`Verb:` + fmt.Sprintf("%v", this.Verb) + `,`,
    		`User:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.User), "UserInfo", "v1.UserInfo", 1), `&`, ``, 1) + `,`,
    		`ImpersonatedUser:` + strings.Replace(fmt.Sprintf("%v", this.ImpersonatedUser), "UserInfo", "v1.UserInfo", 1) + `,`,
    		`SourceIPs:` + fmt.Sprintf("%v", this.SourceIPs) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 81.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper_test.go

    	testCases := map[string]struct {
    		serverFunc             func(http.Handler) *httptest.Server
    		proxyServerFunc        func(http.Handler) *httptest.Server
    		proxyAuth              *url.Userinfo
    		clientTLS              *tls.Config
    		serverConnectionHeader string
    		serverUpgradeHeader    string
    		serverStatusCode       int
    		shouldError            bool
    	}{
    		"no headers": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:33:38 UTC 2023
    - 32.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/Constants.java

        public static final String PURGE_SEARCH_LOG_DAY_PROPERTY = "purge.searchlog.day";
    
        public static final String PURGE_USER_INFO_DAY_PROPERTY = "purge.userinfo.day";
    
        public static final String PURGE_JOB_LOG_DAY_PROPERTY = "purge.joblog.day";
    
        public static final String PURGE_BY_BOTS_PROPERTY = "purge.by.bots";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  8. internal/event/target/nats.go

    func (n NATSArgs) connectNats() (*nats.Conn, error) {
    	connOpts := []nats.Option{nats.Name("Minio Notification"), nats.MaxReconnects(-1)}
    	if n.Username != "" && n.Password != "" {
    		connOpts = append(connOpts, nats.UserInfo(n.Username, n.Password))
    	}
    	if n.UserCredentials != "" {
    		connOpts = append(connOpts, nats.UserCredentials(n.UserCredentials))
    	}
    	if n.Token != "" {
    		connOpts = append(connOpts, nats.Token(n.Token))
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                            }
    
                            if (!favoriteLogService.addUrl(userCode, (userInfo, favoriteLog) -> {
                                favoriteLog.setUserInfoId(userInfo.getId());
                                favoriteLog.setUrl(favoriteUrl);
                                favoriteLog.setDocId(docId);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 02:17:23 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  10. internal/config/identity/openid/openid.go

    		if err != nil {
    			return c, err
    		}
    
    		if p.ClaimUserinfo && configURL == "" {
    			return c, errors.New("please specify config_url to enable fetching claims from UserInfo endpoint")
    		}
    
    		if scopeList := getCfgVal(Scopes); scopeList != "" {
    			var scopes []string
    			for _, scope := range strings.Split(scopeList, ",") {
    				scope = strings.TrimSpace(scope)
    				if scope == "" {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top