Configure RBAC

The RBAC cluster resource apply the cluster RBAC configuration that define the user and group role and access control applyied to this cluster.

This cluster resource is based on the cluster-rbac helm chart defined in startx helm-repository.

Description

Field Content
Name STARTX cluster RBAC
tags startx cluster config admin rbac
provider STARTX
format openshift template
content 1 ArgoCD application
namespace none
operator none

Add to a cluster

# Associate this cluster resource to the cluster mycluster (runable resource)
sxcm resource associate rbac mycluster
# Enable this cluster resource to the cluster mycluster (running resource)
sxcm resource enable rbac mycluster

Remove from a cluster

# Dissociate this cluster resource from the cluster mycluster (removable resource)
sxcm resource dissociate rbac mycluster
# Disable this cluster resource from the cluster mycluster (removed resource)
sxcm resource disable rbac mycluster

Get cluster resource detail

# Read information about the cluster resource version installed into your host (local)
sxcm resource info rbac

More on resource

You should read the cluster resource management documentation section to learn the command meaning and how to create your own cluster resource service to deliver personalized cluster configuration.