Skip to content

Commit

Permalink
Remove expand/collapse from MS permissions required (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz authored Jan 27, 2025
1 parent 29571cf commit b52832c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/cnspec/cloud/azure/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ cnspec scan azure --subscription YOUR-SUBSCRIPTION-ID

cnspec follows these steps to load policies on which it bases the scan:

- cnspec tries to read a config file, mondoo.yml, which includes the certificate and private key for authenticating with Mondoo Platform. If it finds the config, it loads the policies enabled for the Azure integration in the Mondoo space this Azure environment belongs to. You can enter `cnspec status` to see if the config file exists and cnspec is registered.
1. cnspec tries to read a config file, mondoo.yml, which includes the certificate and private key for authenticating with Mondoo Platform. If it finds the config, it loads the policies enabled for the Azure integration in the Mondoo space this Azure environment belongs to. You can enter `cnspec status` to see if the config file exists and cnspec is registered.

2. If there is no config file (you have not registered cnspec or you've removed the mondoo.yml file), then cnspec loads Mondoo's open source policies and scans based on those.
2. If there is no config file (you have not registered cnspec or you've removed the mondoo.yml file), then cnspec loads Mondoo's open source policies and scans based on those.

:::info

Expand Down
7 changes: 0 additions & 7 deletions docs/platform/infra/cloud/azure/_include-graph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

5. Select **expand all** to see all permissions. Then select the required API permissions:

{" "}

<details>
<summary>Show or hide required API permissions.</summary>

| Microsoft Graph | Type | Description |
| ----------------------------- | ----------- | ---------------------------------------------------- |
| Application.Read.All | Application | Read all applications |
Expand All @@ -39,8 +34,6 @@
| ThreatAssessment.Read.All | Application | Read threat assessment requests |
| ThreatIndicators.Read.All | Application | Read all threat indicators |

</details>

6. Select the **Add permissions** button.

7. To complete the process, select **Grant admin consent for (your tenant name)** and select the **Yes** button to confirm.
5 changes: 0 additions & 5 deletions docs/platform/infra/saas/ms365/_include-graph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ By default, Microsoft grants your new application `User.Read` permission for Mic

5. Select **expand all** to see all permissions. Then select the required API permissions:

<details>
<summary>Show or hide required API permissions.</summary>

| Microsoft Graph | Type | Description |
| -------------------------------------- | ----------- | ------------------------------------------------------- |
| IdentityProvider.Read.All | Application | Read identity providers |
Expand All @@ -31,8 +28,6 @@ By default, Microsoft grants your new application `User.Read` permission for Mic
| AuditLog.Read.All | Application | Read all audit log data |
| Directory.Read.All | Application | Read directory data |

</details>

6. Select the **Add permissions** button.

7. Grant Mondoo read permissions for **SharePoint**.
Expand Down

0 comments on commit b52832c

Please sign in to comment.