mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 12:07:02 +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
10 lines
200 B
Modula-2
10 lines
200 B
Modula-2
module github.com/hashicorp/vault/api/auth/gcp
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go v0.97.0
|
|
github.com/hashicorp/vault/api v1.3.0
|
|
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0
|
|
)
|