-
Notifications
You must be signed in to change notification settings - Fork 437
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
CSPM: add cloud connectors support #11663
base: main
Are you sure you want to change the base?
Conversation
🚀 Benchmarks reportTo see the full report comment with |
68981ec
to
6c2edb5
Compare
6c2edb5
to
ba48abd
Compare
@@ -9,6 +9,11 @@ | |||
# 1.4.x - 8.9.x | |||
# 1.3.x - 8.8.x | |||
# 1.2.x - 8.7.x | |||
- version: "1.11.0-preview14" |
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.
do we want this change in 8.16 ? as we didn't test 8.16 with this change, maybe it would be safer to have in in 1.12.x?
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.
You are right; I forgot we still need to bump to 8.17.
This means I should merge after we bump the stable 1.11.0
to create the 1.12.0-preview1.
(otherwise, it would be a bit more complicated to produce the stable 1.11.0
release with a backport branch).
💚 Build Succeeded
History
cc @moukoublen |
Quality Gate passedIssues Measures |
Proposed commit message
Add new template URL for cloudformation creates the cloud connectors remote role.
Add a new bool variable indicating that cloud connectors are used in the integration. Cloudbeat should parse this boolean.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots