Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConfirmNoEscalation (0.2 sec)

  1. pkg/registry/rbac/validation/rule.go

    	VisitRulesFor(user user.Info, namespace string, visitor func(source fmt.Stringer, rule *rbacv1.PolicyRule, err error) bool)
    }
    
    // ConfirmNoEscalation determines if the roles for a given user in a given namespace encompass the provided role.
    func ConfirmNoEscalation(ctx context.Context, ruleResolver AuthorizationRuleResolver, rules []rbacv1.PolicyRule) error {
    	ruleResolutionErrors := []error{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 02 16:51:16 UTC 2020
    - 11.6K bytes
    - Viewed (0)
Back to top