vault/api/auth/azure/go.mod
VAL d9a0adc64e
GCP and Azure Login methods for Go client library (#13022)
* Add native Login method for GCP auth backend

* Add native Login method for Azure auth backend

* Add changelog entry

* Use official azure library Environment struct rather than passing string, add timeouts

* Use v1.3.0 which now has interface definition

* Don't throw away error and close resp body

* Back to WithResource so we can support non-Azure URLs for aud
2021-11-12 09:32:05 -08:00

9 lines
158 B
Modula-2

module github.com/hashicorp/vault/api/auth/azure
go 1.16
require (
github.com/Azure/go-autorest/autorest v0.11.21
github.com/hashicorp/vault/api v1.3.0
)