mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +02:00
* 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
9 lines
158 B
Modula-2
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
|
|
)
|