Skip to content

Access Policies

Policies control who can request what resources, auto-approval rules, and break-glass permissions using Cedar policy language. Policies are evaluated in priority order and can be reordered via drag-and-drop.

Navigate to Settings > Policies to view all policies. Each row shows the policy name, status, priority, and rule count. Drag the handle to reorder priority. Use the search bar and sort dropdown to filter the list.

Cedar policies management page with search, sort, and drag-reorderable list

Navigate to policies.

Click Create Policy to open the creation wizard. Enter a name and description on the first step, then add rules on the second step. You can add rules individually via the rule editor or import existing Cedar policy files.

Create policy dialog with name, description, and rule editor

Navigate to policies.

Open create policy dialog.

Enter a policy name.

Advance to the rules step.

The rule editor lets you build Cedar rules visually. Set the effect (permit or forbid), then scope the rule to specific principals, actions, and resources. Add optional conditions for fine-grained control.

Rule editor with effect toggle, principal/action/resource scope selectors, and conditions

When creating a policy, click the Import tab at the top of the dialog to switch to import mode. Drag a .cedar file onto the drop zone or paste Cedar policy text directly into the text area. The parser detects the number of rules automatically. Click Create Policy to save.

Navigate to policies.

Expand a policy row to see its rules. Each rule shows a one-line summary. Use the row action icons to edit, delete, or download the policy as a Cedar file.

Expanded policy row showing rules with edit, delete, and download actions

Related guides: