Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Require Region #32687

Merged
merged 14 commits into from
Feb 15, 2024
16 changes: 8 additions & 8 deletions Packs/AWS-ACM/Integrations/AWS-ACM/AWS-ACM.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
commonfields:

Check failure on line 1 in Packs/AWS-ACM/Integrations/AWS-ACM/AWS-ACM.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 1.0.0.86958 The latest docker image tag in docker hub is: 1.0.0.87537 You can check for the most updated version of demisto/boto3py3 here: https://hub.docker.com/r/demisto/boto3py3/tags To update the docker image run: demisto-sdk format -ud -i Packs/AWS-ACM/Integrations/AWS-ACM/AWS-ACM.yml

Check failure on line 1 in Packs/AWS-ACM/Integrations/AWS-ACM/AWS-ACM.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error IN116

A required field ('defaultRegion') has been added to an existing integration.
id: AWS - ACM
version: -1
name: AWS - ACM
display: AWS - ACM
category: IT Services
description: Amazon Web Services Certificate Manager Service (ACM)
description: Amazon Web Services Certificate Manager Service (ACM).
configuration:
- display: Role Arn
name: roleArn
Expand Down Expand Up @@ -34,7 +34,7 @@
- eu-north-1
- eu-west-3
type: 15
required: false
required: true
- display: Role Session Duration
name: sessionDuration
type: 0
Expand Down Expand Up @@ -273,7 +273,7 @@
- EC_secp521r1
description: Specify one or more algorithms that can be used to generate key pairs.
- auto: PREDEFINED
description: The AWS Region, if not specified the default region will be used
description: The AWS Region, if not specified the default region will be used.
name: region
predefined:
- us-east-1
Expand Down Expand Up @@ -317,7 +317,7 @@
required: true
description: The key-value pair that defines the tag. The tag value is optional.
- auto: PREDEFINED
description: The AWS Region, if not specified the default region will be used
description: The AWS Region, if not specified the default region will be used.
name: region
predefined:
- us-east-1
Expand Down Expand Up @@ -353,7 +353,7 @@
required: true
description: The key-value pair that defines the tag to remove.
- auto: PREDEFINED
description: The AWS Region, if not specified the default region will be used
description: The AWS Region, if not specified the default region will be used.
name: region
predefined:
- us-east-1
Expand Down Expand Up @@ -386,7 +386,7 @@
required: true
description: The ARN of the ACM certificate for which you want to list the tags.
- auto: PREDEFINED
description: The AWS Region, if not specified the default region will be used
description: The AWS Region, if not specified the default region will be used.
name: region
predefined:
- us-east-1
Expand Down Expand Up @@ -425,7 +425,7 @@
required: true
description: The ARN of the certificate.
- auto: PREDEFINED
description: The AWS Region, if not specified the default region will be used
description: The AWS Region, if not specified the default region will be used.
name: region
predefined:
- us-east-1
Expand Down Expand Up @@ -460,7 +460,7 @@
description: The certificate chain that contains the root certificate issued by the certificate authority (CA).
type: string
description: Retrieves a certificate specified by an ARN and its certificate chain . The chain is an ordered list of certificates that contains the end entity certificate, intermediate certificates of subordinate CAs, and the root certificate in that order. The certificate and certificate chain are base64 encoded. If you want to decode the certificate to see the individual fields, you can use OpenSSL.
dockerimage: demisto/boto3py3:1.0.0.45936
dockerimage: demisto/boto3py3:1.0.0.86958
subtype: python3
tests:
- ACM-Test
Expand Down
7 changes: 7 additions & 0 deletions Packs/AWS-ACM/ReleaseNotes/1_1_34.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### AWS - ACM

- Updated the integration to require the `AWS Region` parameter at the configuration level.
- Updated the Docker image to: *demisto/boto3py3:1.0.0.86958*.
2 changes: 1 addition & 1 deletion Packs/AWS-ACM/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AWS - ACM",
"description": "Amazon Web Services Certificate Manager Service (acm)",
"support": "xsoar",
"currentVersion": "1.1.33",
"currentVersion": "1.1.34",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
category: Data Enrichment & Threat Intelligence

Check failure on line 1 in Packs/AWS-AccessAnalyzer/Integrations/AWS-AccessAnalyzer/AWS-AccessAnalyzer.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 1.0.0.86958 The latest docker image tag in docker hub is: 1.0.0.87537 You can check for the most updated version of demisto/boto3py3 here: https://hub.docker.com/r/demisto/boto3py3/tags To update the docker image run: demisto-sdk format -ud -i Packs/AWS-AccessAnalyzer/Integrations/AWS-AccessAnalyzer/AWS-AccessAnalyzer.yml

Check failure on line 1 in Packs/AWS-AccessAnalyzer/Integrations/AWS-AccessAnalyzer/AWS-AccessAnalyzer.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error IN116

A required field ('defaultRegion') has been added to an existing integration.
commonfields:
id: AWS - AccessAnalyzer
version: -1
Expand Down Expand Up @@ -26,7 +26,7 @@
- us-gov-east-1
- us-gov-west-1
type: 15
required: false
required: true
- display: Role Arn
additionalinfo: The Amazon Resource Name (ARN) role used for EC2 instance authentication. If this is used, an access key and secret key are not required.
name: roleArn
Expand Down Expand Up @@ -301,7 +301,7 @@
name: roleSessionDuration
description: Updates findings with the new values provided in the request.
name: aws-access-analyzer-update-findings
dockerimage: demisto/boto3py3:1.0.0.86592
dockerimage: demisto/boto3py3:1.0.0.86958
isfetch: true
runonce: false
script: '-'
Expand Down
7 changes: 7 additions & 0 deletions Packs/AWS-AccessAnalyzer/ReleaseNotes/1_1_27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### AWS - AccessAnalyzer

- Updated the integration to require the `AWS Region` parameter at the configuration level.
- Updated the Docker image to: *demisto/boto3py3:1.0.0.86958*.
2 changes: 1 addition & 1 deletion Packs/AWS-AccessAnalyzer/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AWS - AccessAnalyzer",
"description": "Amazon Web Services IAM Access Analyzer",
"support": "xsoar",
"currentVersion": "1.1.26",
"currentVersion": "1.1.27",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
4 changes: 2 additions & 2 deletions Packs/AWS-IAM/Integrations/AWS-IAM/AWS-IAM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ configuration:
type: 15
section: Collect
advanced: true
required: false
required: true
- display: Role Session Duration
name: sessionDuration
type: 0
Expand Down Expand Up @@ -1536,7 +1536,7 @@ script:
- contextPath: AWS.IAM.Roles.AttachedPolicies.Query.Marker
description: When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
type: string
dockerimage: demisto/boto3py3:1.0.0.86592
dockerimage: demisto/boto3py3:1.0.0.86958
runonce: false
script: '-'
subtype: python3
Expand Down
7 changes: 7 additions & 0 deletions Packs/AWS-IAM/ReleaseNotes/1_1_56.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### AWS - Identity and Access Management

- Updated the integration to require the `AWS Region` parameter at the configuration level.
- Updated the Docker image to: *demisto/boto3py3:1.0.0.86958*.
2 changes: 1 addition & 1 deletion Packs/AWS-IAM/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Amazon Web Services Identity and Access Management (IAM)",
"support": "xsoar",
"author": "Cortex XSOAR",
"currentVersion": "1.1.55",
"currentVersion": "1.1.56",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
"created": "2020-04-14T00:00:00Z",
Expand Down
4 changes: 2 additions & 2 deletions Packs/AWS-Lambda/Integrations/AWS_Lambda/AWS_Lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ configuration:
- us-gov-east-1
- us-gov-west-1
type: 15
required: false
required: true
- display: Role Arn
name: roleArn
type: 0
Expand Down Expand Up @@ -977,7 +977,7 @@ script:
name: qualifier
description: Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted.
name: aws-lambda-delete-function
dockerimage: demisto/boto3py3:1.0.0.63019
dockerimage: demisto/boto3py3:1.0.0.86958
runonce: false
subtype: python3
script: ''
Expand Down
7 changes: 7 additions & 0 deletions Packs/AWS-Lambda/ReleaseNotes/1_3_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### AWS - Lambda

- Updated the integration to require the `AWS Region` parameter at the configuration level.
- Updated the Docker image to: *demisto/boto3py3:1.0.0.86958*.
2 changes: 1 addition & 1 deletion Packs/AWS-Lambda/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AWS - Lambda",
"description": "Amazon Web Services Serverless Compute service (lambda)",
"support": "xsoar",
"currentVersion": "1.3.0",
"currentVersion": "1.3.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
20 changes: 10 additions & 10 deletions Packs/AWS-S3/Integrations/AWS-S3/AWS-S3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
category: IT Services

Check failure on line 1 in Packs/AWS-S3/Integrations/AWS-S3/AWS-S3.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 1.0.0.86958 The latest docker image tag in docker hub is: 1.0.0.87537 You can check for the most updated version of demisto/boto3py3 here: https://hub.docker.com/r/demisto/boto3py3/tags To update the docker image run: demisto-sdk format -ud -i Packs/AWS-S3/Integrations/AWS-S3/AWS-S3.yml

Check failure on line 1 in Packs/AWS-S3/Integrations/AWS-S3/AWS-S3.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error IN116

A required field ('defaultRegion') has been added to an existing integration.
sectionOrder:
- Connect
- Collect
Expand Down Expand Up @@ -40,7 +40,7 @@
type: 15
section: Connect
advanced: true
required: false
required: true
- display: Role Session Duration
name: sessionDuration
type: 0
Expand Down Expand Up @@ -105,7 +105,7 @@
section: Connect
advanced: true
required: false
description: Amazon Web Services Simple Storage Service (S3)
description: Amazon Web Services Simple Storage Service (S3).
display: AWS - S3
name: AWS - S3
script:
Expand Down Expand Up @@ -174,7 +174,7 @@
name: roleSessionName
- description: The duration, in seconds, of the role session. The value can range from 900 seconds (15 minutes) up to the maximum session duration setting for the role.
name: roleSessionDuration
description: List all S3 buckets in AWS account
description: List all S3 buckets in AWS account.
name: aws-s3-list-buckets
outputs:
- contextPath: AWS.S3.Buckets.BucketName
Expand All @@ -195,7 +195,7 @@
name: roleSessionName
- description: The duration, in seconds, of the role session. The value can range from 900 seconds (15 minutes) up to the maximum session duration setting for the role.
name: roleSessionDuration
description: Get AWS S3 Bucket Policy
description: Get AWS S3 Bucket Policy.
name: aws-s3-get-bucket-policy
outputs:
- contextPath: AWS.S3.Buckets.Policy.Version
Expand Down Expand Up @@ -319,7 +319,7 @@
name: roleSessionName
- description: The duration, in seconds, of the role session. The value can range from 900 seconds (15 minutes) up to the maximum session duration setting for the role.
name: roleSessionDuration
description: Get AWS S3 Bucket Encryption
description: Get AWS S3 Bucket Encryption.
name: aws-s3-get-bucket-encryption
outputs:
- contextPath: AWS.S3.Buckets.BucketName.ServerSideEncryptionConfiguration.Rules.ApplyServerSideEncryptionByDefault.SSEAlgorithm
Expand All @@ -332,13 +332,13 @@
description: S3 Bucket Encryption Key Enabled.
type: boolean
- arguments:
- description: Entry ID of the file to upload
- description: Entry ID of the file to upload.
name: entryID
required: true
- description: The name of the bucket to upload to
- description: The name of the bucket to upload to.
name: bucket
required: true
- description: The name of the key to upload to
- description: The name of the key to upload to.
name: key
required: true
- description: The AWS Region, if not specified the default region will be used.
Expand All @@ -349,7 +349,7 @@
name: roleSessionName
- description: The duration, in seconds, of the role session. The value can range from 900 seconds (15 minutes) up to the maximum session duration setting for the role.
name: roleSessionDuration
description: Upload file to S3 bucket
description: Upload file to S3 bucket.
name: aws-s3-upload-file
- arguments:
- description: The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to retrieve.
Expand Down Expand Up @@ -388,7 +388,7 @@
required: true
description: Creates or modifies the PublicAccessBlock configuration for an Amazon S3 bucket.
name: aws-s3-put-public-access-block
dockerimage: demisto/boto3py3:1.0.0.52713
dockerimage: demisto/boto3py3:1.0.0.86958
runonce: false
script: ''
type: python
Expand Down
7 changes: 7 additions & 0 deletions Packs/AWS-S3/ReleaseNotes/1_2_21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### AWS - S3

- Updated the integration to require the `AWS Region` parameter at the configuration level.
- Updated the Docker image to: *demisto/boto3py3:1.0.0.86958*.
2 changes: 1 addition & 1 deletion Packs/AWS-S3/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AWS - S3",
"description": "Amazon Web Services Simple Storage Service (S3)",
"support": "xsoar",
"currentVersion": "1.2.20",
"currentVersion": "1.2.21",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
4 changes: 2 additions & 2 deletions Packs/AWS-SNS/Integrations/AWSSNS/AWSSNS.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
category: IT Services

Check failure on line 1 in Packs/AWS-SNS/Integrations/AWSSNS/AWSSNS.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 1.0.0.86958 The latest docker image tag in docker hub is: 1.0.0.87537 You can check for the most updated version of demisto/boto3py3 here: https://hub.docker.com/r/demisto/boto3py3/tags To update the docker image run: demisto-sdk format -ud -i Packs/AWS-SNS/Integrations/AWSSNS/AWSSNS.yml

Check failure on line 1 in Packs/AWS-SNS/Integrations/AWSSNS/AWSSNS.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error IN116

A required field ('defaultRegion') has been added to an existing integration.
commonfields:
id: AWS - SNS
version: -1
Expand All @@ -6,7 +6,7 @@
- display: AWS Default Region
name: defaultRegion
type: 0
required: false
required: true
- additionalinfo: When using Access Key and Secret Key, there is no need to use Role Arn
display: Role Arn
name: roleArn
Expand Down Expand Up @@ -225,7 +225,7 @@
outputs:
- contextPath: AWS.SNS.Subscriptions.SubscriptionArn
description: The Subscription Arn.
dockerimage: demisto/boto3py3:1.0.0.86592
dockerimage: demisto/boto3py3:1.0.0.86958
script: ''
subtype: python3
type: python
Expand Down
7 changes: 7 additions & 0 deletions Packs/AWS-SNS/ReleaseNotes/1_0_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### AWS - SNS

- Updated the integration to require the `AWS Region` parameter at the configuration level.
- Updated the Docker image to: *demisto/boto3py3:1.0.0.86958*.
2 changes: 1 addition & 1 deletion Packs/AWS-SNS/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AWS - SNS",
"description": "This is the integration content pack which can create or delete topic/subscription on AWS Simple Notification System and send the message via SNS as well.",
"support": "xsoar",
"currentVersion": "1.0.10",
"currentVersion": "1.0.11",
"author": "Jie Liau",
"url": "",
"email": "",
Expand Down
6 changes: 3 additions & 3 deletions Packs/AWS-SQS/Integrations/AWS-SQS/AWS-SQS.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commonfields:

Check failure on line 1 in Packs/AWS-SQS/Integrations/AWS-SQS/AWS-SQS.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error DO106

The docker image tag is not the latest numeric tag, please update it. The docker image tag in the yml file is: 1.0.0.86958 The latest docker image tag in docker hub is: 1.0.0.87537 You can check for the most updated version of demisto/boto3py3 here: https://hub.docker.com/r/demisto/boto3py3/tags To update the docker image run: demisto-sdk format -ud -i Packs/AWS-SQS/Integrations/AWS-SQS/AWS-SQS.yml

Check failure on line 1 in Packs/AWS-SQS/Integrations/AWS-SQS/AWS-SQS.yml

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Validation Error IN116

A required field ('defaultRegion') has been added to an existing integration.
id: AWS - SQS
version: -1
sectionOrder:
Expand All @@ -7,15 +7,15 @@
name: AWS - SQS
display: AWS - SQS
category: IT Services
description: Amazon Web Services Simple Queuing Service (SQS)
description: Amazon Web Services Simple Queuing Service (SQS).
configuration:
- display: AWS Default Region
name: defaultRegion
defaultvalue: ""
type: 0
section: Connect
advanced: true
required: false
required: true
- additionalinfo: When using Access Key and Secret Key, there is no need to use Role Arn
display: Role Arn
name: roleArn
Expand Down Expand Up @@ -266,7 +266,7 @@
- name: roleSessionDuration
description: The duration, in seconds, of the role session. The value can range from 900 seconds (15 minutes) up to the maximum session duration setting for the role.
description: Deletes the messages in a queue specified by the QueueURL parameter.
dockerimage: demisto/boto3py3:1.0.0.48955
dockerimage: demisto/boto3py3:1.0.0.86958
isfetch: true
tests:
- AWS - SQS Test Playbook
Expand Down
7 changes: 7 additions & 0 deletions Packs/AWS-SQS/ReleaseNotes/1_2_24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### AWS - SQS

- Updated the integration to require the `AWS Region` parameter at the configuration level.
- Updated the Docker image to: *demisto/boto3py3:1.0.0.86958*.
2 changes: 1 addition & 1 deletion Packs/AWS-SQS/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AWS - SQS",
"description": "Amazon Web Services Simple Queuing Service (SQS)",
"support": "xsoar",
"currentVersion": "1.2.23",
"currentVersion": "1.2.24",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ configuration:
type: 15
section: Connect
advanced: true
required: false
required: true
- display: Role Session Duration
name: sessionDuration
type: 0
Expand Down Expand Up @@ -2068,7 +2068,7 @@ script:
description: The UTC timestamp in seconds since the last update. The incident is only updated if it was modified after the last update time.
- name: get-mapping-fields
description: Returns the list of fields to map in outgoing mirroring. This command is only used for debugging purposes.
dockerimage: demisto/boto3py3:1.0.0.79189
dockerimage: demisto/boto3py3:1.0.0.86958
isfetch: true
ismappable: true
isremotesyncin: true
Expand Down
7 changes: 7 additions & 0 deletions Packs/AWS-SecurityHub/ReleaseNotes/1_3_28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### AWS - Security Hub

- Updated the integration to require the `AWS Region` parameter at the configuration level.
- Updated the Docker image to: *demisto/boto3py3:1.0.0.86958*.
Loading
Loading