-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Remove endpoint_suffix dependency on account key #2485
Remove endpoint_suffix dependency on account key #2485
Conversation
Signed-off-by: Raphael Lopez <[email protected]>
Another flake documented in #1703; refiring
|
start gradle check |
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.
LGTM. Thx!
start gradle check |
3622 is issue #1703 |
Thank you for providing the solution! Just double check, will this code change resolves issue #2462? |
My pleasure! And yes, #2462 will be resolved once this is merged. |
Signed-off-by: Raphael Lopez <[email protected]> (cherry picked from commit 365e07c)
Signed-off-by: Raphael Lopez <[email protected]> (cherry picked from commit 365e07c)
…2485) Signed-off-by: Raphael Lopez <[email protected]> (cherry picked from commit 365e07c)
…2485) Signed-off-by: Raphael Lopez <[email protected]> (cherry picked from commit 365e07c)
Signed-off-by: Raphael Lopez <[email protected]> (cherry picked from commit 365e07c)
Signed-off-by: Raphael Lopez <[email protected]> (cherry picked from commit 365e07c)
Signed-off-by: Raphael Lopez [email protected]
Description
Previously, the
repository-azure
plugin failed to load when a SAS token was provided for authentication rather than an Azure Storage Account key. This was due to a dependency in theENDPOINT_SUFFIX_SETTING
- more details in the issue description.I opted to remove the dependency altogether since the plugin has a check in buildConnectString() to ensure that either a SAS token or a Storage Account key is provided.
Issues Resolved
Relates to #2462
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.