Skip to content

Commit 3063e29

Browse files
authored
Improvements (#5342)
1 parent b072573 commit 3063e29

23 files changed

+42
-41
lines changed

docs/platform-services/automation-service/app-central/integrations/active-directory-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
8282

8383
<IntegrationsAuth/>
8484

85-
For information about Active Directory V2, see [Active Directory V2 documentation](https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/whatis-azure-ad-connect-v2).
85+
For information about Microsoft Entra Connect V2 (formerly Active Directory V2), see [Microsoft Entra Connect V2 documentation](https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/whatis-azure-ad-connect-v2).
8686

8787
### Required resources from an existing Active Directory installation
8888

docs/platform-services/automation-service/app-central/integrations/atlassian-jira-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ Sign in to [Jira](https://id.atlassian.com) with your Atlassian account.
4444

4545
### Create an API token
4646

47-
Create an API token from your Atlassian account:
47+
[Create an API token](https://developer.atlassian.com/cloud/commerce-it-frontoffice/overview/papi/onboarding/api-token/create/#create-a-token) from your Atlassian account:
4848
1. Log in to https://id.atlassian.com/manage-profile/security/api-tokens.
4949
1. Click **Create API token**.
5050
1. From the dialog that appears, enter a memorable and concise **Label** for your token and click **Create**.
5151
1. Click **Copy to clipboard**, then paste the token to your script, or elsewhere to save.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/atlassian-jira-v2/atlassian-jira-v2-3.png')} style={{border:'1px solid gray'}} alt="atlassian-jira-v2-3" width="300"/>
5252

5353
### Revoke an API token
5454

55-
A revoked token no longer works and is permanently removed from your account. If you revoke an API token currently being used, you can replace it with a new token. To revoke an API token:
55+
[A revoked token](https://developer.atlassian.com/cloud/commerce-it-frontoffice/overview/papi/onboarding/api-token/delete/) no longer works and is permanently removed from your account. If you revoke an API token currently being used, you can replace it with a new token. To revoke an API token:
5656
1. Log in to https://id.atlassian.com/manage-profile/security/api-tokens.
5757
1. Select **Revoke** next to the API token that you want to revoke.
5858
1. To revoke all API tokens for your account, select **Revoke all API tokens**.

docs/platform-services/automation-service/app-central/integrations/aws-athena.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ To [get access key and secret access key](https://docs.aws.amazon.com/athena/lat
3232

3333
## Configure Amazon Athena in Automation Service and Cloud SOAR
3434

35-
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
35+
import IntegrationsAuthAWS from '../../../../reuse/integrations-authentication-aws.md';
3636

37-
<IntegrationsAuth/>
37+
<IntegrationsAuthAWS/>
3838

3939
For information about Amazon Athena, see [Athena documentation](https://docs.aws.amazon.com/athena/).
4040

docs/platform-services/automation-service/app-central/integrations/aws-cloudfront.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Amazon CloudFront integrates with AWS Identity and Access Management (IAM), a se
2323

2424
## Configure AWS CloudFront in Automation Service and Cloud SOAR
2525

26-
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
26+
import IntegrationsAuthAWS from '../../../../reuse/integrations-authentication-aws.md';
2727

28-
<IntegrationsAuth/>
28+
<IntegrationsAuthAWS/>
2929

3030
For information about AWS CloudFront, see [CloudFront documentation](https://docs.aws.amazon.com/cloudfront/).
3131

docs/platform-services/automation-service/app-central/integrations/aws-cloudtrail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Interact with AWS CloudTrail through Trails and Events.
2828

2929
## Configure AWS CloudTrail in Automation Service and Cloud SOAR
3030

31-
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
31+
import IntegrationsAuthAWS from '../../../../reuse/integrations-authentication-aws.md';
3232

33-
<IntegrationsAuth/>
33+
<IntegrationsAuthAWS/>
3434

3535
For information about AWS CloudTrail, see [CloudTrail documentation](https://docs.aws.amazon.com/cloudtrail/).
3636

docs/platform-services/automation-service/app-central/integrations/aws-cloudwatchlogs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Interact with AWS CloudWatch through Groups, Streams, Metric Filters, and Retent
3232

3333
## Configure AWS CloudWatch Logs in Automation Service and Cloud SOAR
3434

35-
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
35+
import IntegrationsAuthAWS from '../../../../reuse/integrations-authentication-aws.md';
3636

37-
<IntegrationsAuth/>
37+
<IntegrationsAuthAWS/>
3838

3939
For information about AWS CloudWatch Logs, see [CloudWatch Logs documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html).
4040

docs/platform-services/automation-service/app-central/integrations/aws-ec2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Using the integration with EC2, you can enrich incidents with specific EC2 data,
4848

4949
## Configure AWS EC2 in Automation Service and Cloud SOAR
5050

51-
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
51+
import IntegrationsAuthAWS from '../../../../reuse/integrations-authentication-aws.md';
5252

53-
<IntegrationsAuth/>
53+
<IntegrationsAuthAWS/>
5454

5555
For information about AWS EC2, see [EC2 documentation](https://docs.aws.amazon.com/ec2/).
5656

docs/platform-services/automation-service/app-central/integrations/aws-eks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ This integration provides comprehensive Kubernetes cluster insights, node and po
4545

4646
## Configure AWS EKS in Automation Service and Cloud SOAR
4747

48-
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
48+
import IntegrationsAuthAWS from '../../../../reuse/integrations-authentication-aws.md';
4949

50-
<IntegrationsAuth/>
50+
<IntegrationsAuthAWS/>
5151

5252
For information about AWS EKS, see [EKS documentation](https://docs.aws.amazon.com/eks/).
5353

docs/platform-services/automation-service/app-central/integrations/aws-guardduty.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Interact with AWS GuardDuty during incident investigation.
4141

4242
## Configure AWS GuardDuty in Automation Service and Cloud SOAR
4343

44-
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
44+
import IntegrationsAuthAWS from '../../../../reuse/integrations-authentication-aws.md';
4545

46-
<IntegrationsAuth/>
46+
<IntegrationsAuthAWS/>
4747

4848
For information about AWS GuardDuty, see [GuardDuty documentation](https://docs.aws.amazon.com/guardduty/).
4949

docs/platform-services/automation-service/app-central/integrations/aws-iam.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ AWS IAM (Identity and Access Management) is a web service that helps securely co
4141

4242
## Configure AWS IAM in Automation Service and Cloud SOAR
4343

44-
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
44+
import IntegrationsAuthAWS from '../../../../reuse/integrations-authentication-aws.md';
4545

46-
<IntegrationsAuth/>
46+
<IntegrationsAuthAWS/>
4747

4848
For information about AWS IAM, see [IAM documentation](https://docs.aws.amazon.com/iam/).
4949

0 commit comments

Comments
 (0)