hashicorp / vault-client-go

HashiCorp Vault Go Client Library generated from OpenAPI spec.
Mozilla Public License 2.0
84 stars 17 forks source link

Update docs with an authentication comment instead of WithToken #232

Closed averche closed 1 year ago

averche commented 1 year ago

Description

vault.WithToken() does not apply to Login(...) and a few other unauthenticated requests

Resolves #159