package util

import "k8s.io/kubernetes/pkg/registry/authorization/util"

Index

Functions

func AuthorizationAttributesFrom

func AuthorizationAttributesFrom(spec authorizationapi.SubjectAccessReviewSpec) authorizer.AttributesRecord

AuthorizationAttributesFrom takes a spec and returns the proper authz attributes to check it.

func NonResourceAttributesFrom

func NonResourceAttributesFrom(user user.Info, in authorizationapi.NonResourceAttributes) authorizer.AttributesRecord

NonResourceAttributesFrom combines the API object information and the user.Info from the context to build a full authorizer.AttributesRecord for non resource access

func ResourceAttributesFrom

ResourceAttributesFrom combines the API object information and the user.Info from the context to build a full authorizer.AttributesRecord for resource access

Source Files

helpers.go

Version
v1.19.7
Published
Jan 13, 2021
Platform
js/wasm
Imports
3 packages
Last checked
4 minutes ago

Tools for package owners.