-
Notifications
You must be signed in to change notification settings - Fork 42
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 Azure credentials type in configuration #1555
Add Azure credentials type in configuration #1555
Conversation
📊 Allure Report - 💚 No failures were reported.
|
476b412
to
436e75b
Compare
}, | ||
}, | ||
authProviderInitFn: initDefaultCredentialsMock(nil), | ||
want: &AzureFactoryConfig{ |
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.
Sorry for being nitpicky but this should probably return an error, it signifies a mismatch between integration and cloubeat
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.
Sure, I added an error in that case. Not in an empty string, though. Empty string fallbacks to default.
436e75b
to
cfa0040
Compare
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.
👍
4e23a54
to
f4ccfcd
Compare
Summary of your changes
Based on the discussion in this comment, this PR adds the Azure credentials type in the config and uses it to identify which Azure
TokenCredential
to use.Enumerator values are on par with this PR.
Screenshot/Data
Related Issues
Checklist
Introducing a new rule?