Skip to content
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

[receiver/azuremonitorreceiver] Add support for authenticating using AD workload identity #24451

Closed
cmergenthaler opened this issue Jul 24, 2023 · 1 comment · Fixed by #24543
Assignees
Labels

Comments

@cmergenthaler
Copy link
Contributor

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

@cmergenthaler cmergenthaler added enhancement New feature or request needs triage New item requiring triage labels Jul 24, 2023
@github-actions
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@crobert-1 crobert-1 removed the needs triage New item requiring triage label Sep 13, 2023
codeboten pushed a commit that referenced this issue Sep 27, 2023
…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.

Fixes open-telemetry#24451 

**Testing:** Tested on my AKS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants