This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
Releases: form3tech-oss/go-vault-client
Releases · form3tech-oss/go-vault-client
v4.3.0
v4.0.2
v4.2.0
v4.1.2
v4.1.1
STS Regional Endpoint Fallback
Provides fallback functionality for when the client is configured to use a regional endpoint through the setting of STS_AWS_REGION
envvar and the target vault isn't similarly configured
Release v4.0.0 - STS Endpoint support
- Update vault version to 1.3.1
- Add support for vault
sts_endpoint
andsts_region
to IAM authenticate with correct region
v3.0.0
v2.0.0: Refactor to support terraform-provider-vault (#6)
The library has been overhauled significantly to remove opinionated code.
The caller is now expected to set the Vault client configuration as they would do when directly creating a Vault client. As such, our Config struct is now a superset of the Vault api.Config struct.
In particular, in cases where the caller was setting the Insecure
field to true
, the caller must now call ConfigureTLS
with relevant configuration themselves.