-
Notifications
You must be signed in to change notification settings - Fork 473
[Cloud Security] add external id field #12329
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
[Cloud Security] add external id field #12329
Conversation
🚀 Benchmarks reportTo see the full report comment with |
@@ -16,6 +16,11 @@ | |||
- description: Changed the agentless tags to be a list | |||
type: enhancement | |||
link: https://github.com/elastic/integrations/pull/12066 | |||
- version: "1.12.0-preview02" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think since the 1.12.0
was released, we might need to create a new release 1.13.0-preview01
, wdyt?
And if we create a 1.13
preview release then we might need to also add:
The new version in manifest.
(example: https://github.com/elastic/integrations/pull/11663/files#diff-72fc27a4cf2fb28244c8fa9ed27c00e43935777a4875c5d61d91372f0d483425L4)
The new elk stack version as a condition.
(example: https://github.com/elastic/integrations/pull/11663/files#diff-72fc27a4cf2fb28244c8fa9ed27c00e43935777a4875c5d61d91372f0d483425L14)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahhh thank you!
|
💚 Build Succeeded
History
|
Package cloud_security_posture - 1.13.0-preview01 containing this change is available at https://epr.elastic.co/package/cloud_security_posture/1.13.0-preview01/ |
* add external id field * update changelog for external id * update the configuration correctly * fix configuration * fix yaml logic
* add external id field * update changelog for external id * update the configuration correctly * fix configuration * fix yaml logic
Package cloud_security_posture - 1.13.0 containing this change is available at https://epr.elastic.co/package/cloud_security_posture/1.13.0/ |
Proposed commit message
I'm adding
external_id
input var field for thecloudbeat/cis_aws
input. We will use Role ARN and External ID fieldsto establish trust with Elastic.
Checklist
changelog.yml
file.Related ticket: Add Cloud Connector Support for Agentless CSPM AWS Integration