-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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/azuremonitor] Add support for Managed Identity and DefaultAzureCredential authentication #33584
[receiver/azuremonitor] Add support for Managed Identity and DefaultAzureCredential authentication #33584
Conversation
The main intention of the PR looks great and the implementation is consistent with the existing code. CI should be triggered now. |
@codeboten are you able to approve the pending workflows? |
@codeboten @nslaughter can you please review again? |
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 for the contribution and responses. LGTM
@codeboten anything else you would like me to do before you can merge this? |
@codeboten , any update on this? Or a timeline we can expect for a merge? |
Description:
Enhances azuremonitor receiver authentication by using managed identity or environment variables. I have extended the config parameter auth to support
managed_identity
anddefault_credentials
. Also fix the issue where the errors were being ignored.Link to tracking Issue:
Testing: Tested on my Azure VMs with managed identity
Documentation: Added to README.md