-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mary Jinglewski <[email protected]>
- Loading branch information
Mary Jinglewski
committed
Mar 19, 2020
1 parent
94eacca
commit 10b6afb
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
+++ | ||
title = "IAM Actions" | ||
description = "Reference Actions for Roles" | ||
draft = false | ||
bref = "" | ||
toc = true | ||
[menu] | ||
[menu.docs] | ||
parent = "reference" | ||
weight = 60 | ||
+++ | ||
|
||
Reference the chart on this page when creating a *Role* to know which action grants access to what page in the browser. | ||
|
||
*IAM Action* lists the associated action or actions required to access that page in the browser. | ||
|
||
| Task | IAM Action | API endpoint | Browser Page | | ||
| --------------- | ---------------- | ------------- | --------- | | ||
| Event Feed | event:* | <endpoint> | Dashboards | | ||
| Service Groups | applications:* | /applications/service-groups | Applications | | ||
| Client Runs | infra:nodes:* | /nodes | Infrastructure | | ||
| Chef Servers | infra:servers:* | <endpoint> | Infrastructure | | ||
| Reports | compliance:reporting:* | /compliance/reporting/reports | Compliance | | ||
| Scan Jobs | [compliance:scannerJobs:* , infra:nodes:* , infra:nodeManagers:* , compliance:profiles:*]| /compliance/scanner/jobs | Compliance | | ||
| Profiles | compliance:profiles:* | <endpoint> | Compliance | | ||
| Node Management | notifications:* | <endpoint> | Settings | | ||
| Node Management | datafeed:* | /datafeed/destination | Settings | | ||
| Node Management | [infra:nodeManagers:* , infra:nodes:* , secrets:*] | <endpoint> | Settings | | ||
| Node Management | secrets:* | /secrets | Settings | | ||
| Node Management | retention:* | /retention/nodes | Settings | | ||
| Identity | iam:users:* | <endpoint> | Settings | | ||
| Identity | iam:teams:* | <endpoint> | Settings | | ||
| Identity | iam:tokens:* | <endpoint> | Settings | | ||
| Access Management | iam:policies:* | <endpoint> | Settings | | ||
| Access Management | iam:roles:* | <endpoint> | Settings | | ||
| Access Management | iam:projects:* | <endpoint> | Settings | |