Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ArgoCDDefaultRBACPolicy is the default RBAC policy CSV data. ArgoCDDefaultRBACPolicy = "" // ArgoCDRoleAdmin is the built-in Argo CD role for admin. ArgoCDRoleAdmin = "admin" // ArgoCDRoleReadOnly is the built-in Argo CD role for read-only. ArgoCDRoleReadOnly = "readonly" )
View Source
const ( // ArgoCDRBACConfigMapName is the upstream hard-coded RBAC ConfigMap name. ArgoCDRBACConfigMapName = "argocd-rbac-cm" // ArgoCDRBACConfigMapNamespace is the upstream hard-coded RBAC ConfigMap namespace. ArgoCDRBACConfigMapNamespace = "argocd" )
View Source
const (
// ArgoCDKeyRBACPolicyCSV is the configuration key for the Argo CD RBAC policy CSV.
ArgoCDKeyRBACPolicyCSV = "policy.csv"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.