RBAC Management
Set up the RBAC management pipeline using the rbac-manager module.
Module directory: rbac-manager/
$ARGUMENTS
What This Creates
- •An RBAC Management pipeline in the specified project
- •Centralized method for managing group membership via automation
- •Supports account, organization, and project-level RBAC workflows
Required Inputs
| Input | Required | Description |
|---|---|---|
| Organization ID | Yes | Auto-detected from harness-organization state |
| Project ID | Yes | Auto-detected from harness-project state |
| Harness Account ID | Yes | Auto-detected from env var |
Steps
- •
Auto-detect org and project IDs from upstream state.
- •If not found, ask the user to provide them or deploy org/project first.
- •
Only 3 inputs needed — this is a straightforward deployment.
- •
Generate tfvars, init, plan, confirm, apply.
- •
Show the pipeline URL where the user can trigger RBAC management workflows.
Prerequisites
- •
harness-organizationmust be deployed - •
harness-projectmust be deployed