You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…24543)
Enhances azuremonitor receiver authentication by using [azure workload
identity](https://azure.github.io/azure-workload-identity/docs/). I have
added a new config parameter `auth` to specify the used authentication
method (default set to service-principal) in order to possibly add more
methods in the future.
Fixes#24451
**Testing:** Tested on my AKS
jmsnll
pushed a commit
to jmsnll/opentelemetry-collector-contrib
that referenced
this issue
Nov 12, 2023
…pen-telemetry#24543)
Enhances azuremonitor receiver authentication by using [azure workload
identity](https://azure.github.io/azure-workload-identity/docs/). I have
added a new config parameter `auth` to specify the used authentication
method (default set to service-principal) in order to possibly add more
methods in the future.
Fixesopen-telemetry#24451
**Testing:** Tested on my AKS
Component(s)
receiver/azuremonitor
Is your feature request related to a problem? Please describe.
Currently, the receiver can only authenticate using an azure service principal.
Describe the solution you'd like
Using managed identity and azure workload identity would be more secure
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: