Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for valid_tokens_total (0.19 sec)

  1. pkg/serviceaccount/claims.go

    			audit.AddAuditAnnotation(ctx, "authentication.k8s.io/stale-token", auditInfo)
    			staleTokensTotal.WithContext(ctx).Inc()
    		} else {
    			validTokensTotal.WithContext(ctx).Inc()
    		}
    	}
    
    	var jti string
    	if utilfeature.DefaultFeatureGate.Enabled(features.ServiceAccountTokenJTI) {
    		jti = public.ID
    	}
    	return &apiserverserviceaccount.ServiceAccountInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 21:15:10 UTC 2023
    - 11.3K bytes
    - Viewed (0)
Back to top