Documentation ¶
Index ¶
Constants ¶
View Source
const ( ResourceClusters = "clusters" ResourceProjects = "projects" ResourceApplications = "applications" ResourceRepositories = "repositories" ActionGet = "get" ActionCreate = "create" ActionUpdate = "update" ActionDelete = "delete" ActionSync = "sync" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RBACPolicyEnforcer ¶
type RBACPolicyEnforcer struct {
// contains filtered or unexported fields
}
RBACPolicyEnforcer provides an RBAC Claims Enforcer which additionally consults AppProject roles, jwt tokens, and groups. It is backed by a AppProject informer/lister cache and does not make any API calls during enforcement.
func NewRBACPolicyEnforcer ¶
func NewRBACPolicyEnforcer(enf *rbac.Enforcer, projLister applister.AppProjectNamespaceLister) *RBACPolicyEnforcer
NewRBACPolicyEnforcer returns a new RBAC Enforcer for the Argo CD API Server
func (*RBACPolicyEnforcer) EnforceClaims ¶
func (p *RBACPolicyEnforcer) EnforceClaims(claims jwt.Claims, rvals ...interface{}) bool
EnforceClaims is an RBAC claims enforcer specific to the Argo CD API server
Click to show internal directories.
Click to hide internal directories.