Commit e80f6e1
authored
Make Azure MSI auth account compatible (#544)
## Changes
<!-- Summary of your changes that are easy to understand -->
Currently it is not possible to use azure msi authentication for
accounts. This PR adds that functionality
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
Existing integration tests passing for azure-prod and azure-prod-acct
Need to test manually for MSI accounts auth
- [x] `make test` passing
- [x] `make fmt` applied
- [ ] relevant integration tests applied1 parent 84f5bf6 commit e80f6e1
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
0 commit comments