hashicorp / vault-client-go

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

Simplify redirect check #226

Closed averche closed 1 year ago

averche commented 1 year ago

Description

Per https://github.com/hashicorp/vault-client-go/pull/221#discussion_r1278285759, replacing slices.Contains with a simple switch.