aws_inspector: add note about AWS Permissions and Role ARN support#11794
Merged
chemamartinez merged 0 commit intoelastic:mainfrom Nov 22, 2024
Merged
aws_inspector: add note about AWS Permissions and Role ARN support#11794chemamartinez merged 0 commit intoelastic:mainfrom
chemamartinez merged 0 commit intoelastic:mainfrom
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
route53_resolver_logs |
5128.21 | 4016.06 | -1112.15 (-21.69%) | 💔 |
vpcflow |
7518.8 | 5235.6 | -2283.2 (-30.37%) | 💔 |
cloudwatch_logs |
500000 | 333333.33 | -166666.67 (-33.33%) | 💔 |
elb_logs |
5524.86 | 3968.25 | -1556.61 (-28.17%) | 💔 |
firewall_logs |
3289.47 | 2659.57 | -629.9 (-19.15%) | 💔 |
To see the full report comment with /test benchmark fullreport
efd6
reviewed
Nov 20, 2024
Contributor
efd6
left a comment
There was a problem hiding this comment.
This does need a changelog entry, otherwise it won't be presented to users in the visible documentation.
Contributor
|
/test |
1 similar comment
Contributor
Author
|
/test |
💚 Build Succeeded
History
|
|
kcreddy
approved these changes
Nov 22, 2024
Contributor
kcreddy
left a comment
There was a problem hiding this comment.
@chemamartinez , you can remove the Note from the PR description since you have the changelog entry.
ShourieG
approved these changes
Nov 22, 2024
|
Package aws - 2.31.4 containing this change is available at https://epr.elastic.co/package/aws/2.31.4/ |
qcorporation
pushed a commit
that referenced
this pull request
Feb 3, 2025
…11794) Warn about required permissions and role ARN setting in AWS Inspector docs.
harnish-crest-data
pushed a commit
to chavdaharnish/integrations
that referenced
this pull request
Feb 4, 2025
…lastic#11794) Warn about required permissions and role ARN setting in AWS Inspector docs.
qcorporation
pushed a commit
that referenced
this pull request
Feb 4, 2025
…11794) Warn about required permissions and role ARN setting in AWS Inspector docs.
harnish-crest-data
pushed a commit
to chavdaharnish/integrations
that referenced
this pull request
Feb 5, 2025
…lastic#11794) Warn about required permissions and role ARN setting in AWS Inspector docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Proposed commit message
inspector2:ListFindingsis a required AWS permission for IAM users in order to avoid this error when enabling the Inspector data stream:See https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspector2.html.
It also clarifies that
Role ARN, which is a global setting for the AWS integration, is not supported for the Inspector data stream as it make requests to the Inspector API through HTTPJSON, whileRole ARNis a setting for AWS-based inputs.Checklist
changelog.ymlfile.