Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for authorizeStatusUpdate (0.26 sec)

  1. plugin/pkg/auth/authorizer/node/node_authorizer.go

    		return authorizer.DecisionAllow, "", nil
    	}
    	return authorizer.DecisionNoOpinion, "", nil
    }
    
    // authorizeStatusUpdate authorizes get/update/patch requests to status subresources of the specified type if they are related to the specified node
    func (r *NodeAuthorizer) authorizeStatusUpdate(nodeName string, startingType vertexType, attrs authorizer.Attributes) (authorizer.Decision, string, error) {
    	switch attrs.GetVerb() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top