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

Add fips_enabled config parameter to log data streams #302

Merged
merged 2 commits into from
Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/aws/data_stream/cloudtrail/agent/stream/s3.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ role_arn: {{role_arn}}
{{#if aws_partition}}
aws_partition: {{aws_partition}}
{{/if}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
processors:
- add_fields:
target: ''
Expand Down
8 changes: 8 additions & 0 deletions packages/aws/data_stream/cloudtrail/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ streams:
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
- name: fips_enabled
type: bool
title: Enable S3 FIPS
default: false
multi: false
required: false
show_user: false
description: Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if aws_partition}}
aws_partition: {{aws_partition}}
{{/if}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
processors:
- add_fields:
target: ''
Expand Down
8 changes: 8 additions & 0 deletions packages/aws/data_stream/cloudwatch_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ streams:
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
- name: fips_enabled
type: bool
title: Enable S3 FIPS
default: false
multi: false
required: false
show_user: false
description: Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
3 changes: 3 additions & 0 deletions packages/aws/data_stream/ec2_logs/agent/stream/s3.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if aws_partition}}
aws_partition: {{aws_partition}}
{{/if}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
processors:
- add_fields:
target: ''
Expand Down
8 changes: 8 additions & 0 deletions packages/aws/data_stream/ec2_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ streams:
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
- name: fips_enabled
type: bool
title: Enable S3 FIPS
default: false
multi: false
required: false
show_user: false
description: Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
3 changes: 3 additions & 0 deletions packages/aws/data_stream/elb_logs/agent/stream/s3.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if aws_partition}}
aws_partition: {{aws_partition}}
{{/if}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
processors:
- add_fields:
target: ''
Expand Down
8 changes: 8 additions & 0 deletions packages/aws/data_stream/elb_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ streams:
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
- name: fips_enabled
type: bool
title: Enable S3 FIPS
default: false
multi: false
required: false
show_user: false
description: Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
3 changes: 3 additions & 0 deletions packages/aws/data_stream/s3access/agent/stream/s3.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if aws_partition}}
aws_partition: {{aws_partition}}
{{/if}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
processors:
- add_fields:
target: ''
Expand Down
8 changes: 8 additions & 0 deletions packages/aws/data_stream/s3access/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ streams:
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
- name: fips_enabled
type: bool
title: Enable S3 FIPS
default: false
multi: false
required: false
show_user: false
description: Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
3 changes: 3 additions & 0 deletions packages/aws/data_stream/vpcflow/agent/stream/s3.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ role_arn: {{role_arn}}
{{#if aws_partition}}
aws_partition: {{aws_partition}}
{{/if}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
processors:
- drop_event:
when.regexp.message: "^version"
Expand Down
8 changes: 8 additions & 0 deletions packages/aws/data_stream/vpcflow/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ streams:
required: true
show_user: true
description: URL of the AWS SQS queue that messages will be received from.
- name: fips_enabled
type: bool
title: Enable S3 FIPS
default: false
multi: false
required: false
show_user: false
description: Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.