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

Add DefaultAzureCredential support to Akka.Discovery.Azure #778

Conversation

Arkatufus
Copy link
Contributor

Closes #768

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - need to add documentation to README.md showing how (and explaining when) to use this in a separate PR.

@@ -119,6 +119,8 @@ public static IEnumerable<object[]> StartupFactory()
};
builder.WithAzureDiscovery(setup);
}
// Could not test DefaultAzureCredential because that requires HTTPS and bearer token,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very helpful, thanks for adding this

@Aaronontheweb Aaronontheweb merged commit e0957ee into akkadotnet:dev Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add programmatic setup for Akka.Discovery.Azure that takes DefaultAzureCredential
2 participants