-
Notifications
You must be signed in to change notification settings - Fork 5k
Allow user to disable certain cloud metadata providers #11145
Description
Describe the enhancement:
There are two (maybe more?) add_cloud_metadata providers which will talk to remote addresses: tencent and alibaba. Everything else appears to talk to an internal/private address (169.254.169.254)
In order to minimize unexpected network activity, an operator should be able to disable cloud metadata providers which talk to external services. For example, an operator who knows they are running on Azure would know that querying Tencent's metadata doesn't make sense, and should be able to disable it, especially as it is an external query.
Describe a specific use case for the enhancement or feature:
There are security concerns with respect to nodes announcing themselves to external entities. We have at least one user who reported suspicious network activity (unexpected external http calls) that was tracked back to beats add_cloud_metadata.