You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog-service/2024-10-14-manage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ We're excited to announce that when you create a role, you can select **Index Ac
17
17
This feature was [previously only available to participants in our beta program](/release-notes-service/2023/12/31/#october-27-2023-manage-account). It is now available for general use.
18
18
19
19
:::note
20
-
These changes are rolling out across deployments incrementally and will be available on all deployments by November 15, 2024.
20
+
These changes are rolling out across deployments incrementally and will be available on all deployments by December 16, 2024.
Cloudflare makes everything you connect to the Internet secure, private, fast, and reliable. With using the product you can secure your websites, APIs, and internet applications, protect corporate networks, employees, and devices.
13
13
@@ -35,27 +35,44 @@ Cloudflare makes everything you connect to the Internet secure, private, fast, a
1. Sign in in Cloudflare using your email and password.
41
-
2. Go to your profile in the left menu and select My Profile.
42
-
3. From the left menu select API Tokens.
43
-
4. Under Global API Key is your token.
44
-
5. Make sure you copy and save them.
41
+
1. Go to your profile in the left menu and select My Profile.
42
+
1. From the left menu select API Tokens.
43
+
1. Under Global API Key is your token.
44
+
1. Make sure you copy and save them.
45
+
46
+
## Cloudflare configuration for Custom API Token
47
+
48
+
1. Sign in in Cloudflare using your email and password.
49
+
1. Go to your profile in the left menu and select My Profile.
50
+
1. From the left menu select API Tokens.
51
+
1. Click Create Token and select Create Custom Token.
52
+
1. Set Permissions: Choose the necessary permissions based on your use case. For more details, check the [Permissions](https://developers.cloudflare.com/fundamentals/api/reference/permissions/#account-permissions)
53
+
1. Confirm your settings, then click Continue to summary and Create Token.
54
+
1. Copy the token securely as it will only be displayed once.
55
+
45
56
46
57
## Cloudflare in Automation Service and Cloud SOAR
47
58
48
59
1. Access integrations in the [Automation Service](/docs/platform-services/automation-service/automation-service-integrations/#view-integrations) or [Cloud SOAR](/docs/cloud-soar/automation).
49
-
1. After the list of the integrations appears, search/look for the integration and click on the row.
50
-
1. The integration details will appear. Click on the **"+"** button to add new Resource. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-3.png')} style={{border:'1px solid gray'}} alt="cloudflare" width="400"/>
60
+
1. After the list of the integrations appears, search for the integration and click on the row.
61
+
1. The integration details will appear. Click on the **"+"** button to add new Resource. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-3.png')} style={{border:'1px solid gray'}} alt="cloudflare" width="100"/>
51
62
1. Populate all the required fields (\*).
52
-
1. In the API Key field, insert the previously copied key.
63
+
1. Select the **Token Type** (the default is set as **global**).
64
+
1. In the **API Key** field, insert the previously copied key.
1. To make sure the resource is working, hover over the resource and then click the pencil icon that appears on the right.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-5.png')} style={{border:'1px solid gray'}} alt="cloudflare" width="400"/>
1. To make sure the resource is working, hover over the resource and then click **TEST** that appears on the right.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-5.png')} style={{border:'1px solid gray'}} alt="cloudflare" width="200"/>
56
67
1. You should receive a successful notification in the bottom right corner.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/cloudflare/cloudflare-7.png')} style={{border:'1px solid gray'}} alt="cloudflare" width="400"/>
57
68
69
+
70
+
## Notes
71
+
72
+
* Email is needed only when using global API token. Any valid email will work with custom token.
73
+
58
74
## Change Log
59
75
60
76
* May 5, 2022 - First upload
61
77
* July 6, 2023 (v1.1) - Updated the integration with Environmental Variables
78
+
* November 5, 2024 (v1.2) - Added Custom token auth in all actions
Copy file name to clipboardExpand all lines: docs/platform-services/automation-service/app-central/integrations/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Please refer to the individual integration documentation for detailed informatio
13
13
Some integrations are tailor-made for Cloud SOAR and are indicated as such within their respective documentation entries. These integrations only appear in the [App Central](/docs/cloud-soar/automation) in Cloud SOAR.
14
14
:::
15
15
16
-
## Integrations (333)
16
+
## Integrations (335)
17
17
18
18
import DocCardList from '@theme/DocCardList';
19
19
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
0 commit comments