-
Notifications
You must be signed in to change notification settings - Fork 471
[AWS Health] Remove linked accounts option from config #14573
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
base: main
Are you sure you want to change the base?
[AWS Health] Remove linked accounts option from config #14573
Conversation
show_user: false | ||
default: true | ||
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true. | ||
# - name: include_linked_accounts |
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.
Either add an appropriate comment on why it is commented out or remove this configuration.
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 owning_account
is also related to this linked account feature, and if we remove these variables from the manifest what about the agent config that references them?
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.
Good point @gpop63 . @lucian-ioan , kindly do an upgrade testing.
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.
Thank you, pushed the changes. I'm also upgrading the integration from a previous version to this one to check that all goes well.
🚀 Benchmarks reportTo see the full report comment with |
|
💚 Build Succeeded
History
cc @lucian-ioan |
Proposed commit message
Removes linked account option from config as it is not currently supported.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots