b7cf4a05ff
* Add support for Managed Identity auth for physical/Azure Obtain OAuth token from IMDS to allow for access to Azure Blob with short-lived dynamic credentials Fix #7322 * add tests & update docs/dependencies
13 lines
113 B
YAML
13 lines
113 B
YAML
language: go
|
|
|
|
script:
|
|
- go vet ./...
|
|
- go test -v ./...
|
|
|
|
go:
|
|
- 1.12
|
|
- 1.13
|
|
- 1.14
|
|
- 1.15
|
|
- tip
|