Skip to content

Commit

Permalink
fix for bucket name of s3, it should be empty
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
  • Loading branch information
developer-guy authored and poiana committed Apr 10, 2021
1 parent a862635 commit 5ca70fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions falcosidekick/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ numbering uses [semantic versioning](http://semver.org).

Before release 0.1.20, the helm chart can be found in `falcosidekick` [repository](https://github.com/falcosecurity/falcosidekick/tree/master/deploy/helm/falcosidekick).

## 0.3.1

### Fixes

* Fix for `s3.bucket`, it should be empty

## 0.3.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion falcosidekick/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 2.21.0
description: A simple daemon to help you with falco's outputs
icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png
name: falcosidekick
version: 0.3.0
version: 0.3.1
keywords:
- monitoring
- security
Expand Down
2 changes: 1 addition & 1 deletion falcosidekick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The following table lists the main configurable parameters of the Falcosidekick
| `config.aws.sns.minimumpriority` | minimum priority of event for using use this output, order is `emergency|alert|critical|error|warning|notice|informational|debug or ""` | `debug` |
| `config.aws.sqs.url` | AWS SQS Queue URL, if not empty, AWS SQS output is enabled | |
| `config.aws.sqs.minimumpriority` | minimum priority of event for using use this output, order is `emergency|alert|critical|error|warning|notice|informational|debug or ""` | `debug` |
| `config.aws.s3.bucket` | AWS S3, bucket name | `falcosidekick` |
| `config.aws.s3.bucket` | AWS S3, bucket name | |
| `config.aws.s3.prefix` | AWS S3, name of prefix, keys will have format: s3://<bucket>/<prefix>/YYYY-MM-DD/YYYY-MM-DDTHH:mm:ss.s+01:00.json | |
| `config.aws.s3.minimumpriority` | minimum priority of event for using use this output, order is `emergency|alert|critical|error|warning|notice|informational|debug or ""` | `debug`
| `config.smtp.hostport` | "host:port" address of SMTP server, if not empty, SMTP output is enabled | |
Expand Down
2 changes: 1 addition & 1 deletion falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ config:
url: ""
minimumpriority: ""
s3:
bucket: "falcosidekick"
bucket: ""
prefix: ""
minimumpriority: ""

Expand Down

0 comments on commit 5ca70fb

Please sign in to comment.