hashicorp / vault-service-broker

The official HashiCorp Vault broker integration to the Open Service Broker API. This service broker provides support for secure secret storage and encryption-as-a-service to HashiCorp Vault.
https://www.vaultproject.io/
Mozilla Public License 2.0
84 stars 38 forks source link

Use renew-self when renewing application tokens. #5

Closed jefferai closed 7 years ago

jefferai commented 7 years ago

Ping #4

armon commented 7 years ago

@jefferai Does the client do any connection pooling? e.g. do we need to worry about leaking connections? Otherwise, LGTM

jefferai commented 7 years ago

@armon Nope, the client uses go-cleanhttp in non-pooled mode unless you provide your own http.Client.