Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Upgrade Vault to 0.7.3 (#60)
Browse files Browse the repository at this point in the history
* glide: update vault to 0.7.3

* vendor: updated deps

* Use http client configured by vault

* Use latest operatorkit

* glide: use master branch for certctl
  • Loading branch information
rossf7 authored Jun 27, 2017
1 parent 1e0b039 commit 9c1072e
Show file tree
Hide file tree
Showing 1,071 changed files with 68,472 additions and 38,352 deletions.
2 changes: 0 additions & 2 deletions client/vault/vault.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package vault

import (
"net/http"
"net/url"

microerror "github.com/giantswarm/microkit/error"
Expand Down Expand Up @@ -37,7 +36,6 @@ func NewClient(config Config) (*vaultapi.Client, error) {

newClientConfig := vaultapi.DefaultConfig()
newClientConfig.Address = address
newClientConfig.HttpClient = http.DefaultClient

newVaultClient, err := vaultapi.NewClient(newClientConfig)
if err != nil {
Expand Down
41 changes: 18 additions & 23 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import:
- endpoint
- transport/http
- package: github.com/hashicorp/vault
version: 0.6.4
version: ~0.7.3
subpackages:
- api
- package: github.com/juju/errgo
Expand Down
3 changes: 2 additions & 1 deletion service/crt/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ func New(config Config) (*Service, error) {
}

tprConfig := tpr.Config{
Clientset: config.K8sClient,
K8sClient: config.K8sClient,
Logger: config.Logger,
Name: certificatetpr.Name,
Version: TPRVersion,
Description: TPRDescription,
Expand Down
3 changes: 2 additions & 1 deletion vendor/github.com/coreos/etcd/rafthttp/http.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion vendor/github.com/coreos/etcd/rafthttp/msg_codec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/coreos/etcd/version/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vendor/github.com/cpuguy83/go-md2man/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/cpuguy83/go-md2man/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/cpuguy83/go-md2man/LICENSE.md

This file was deleted.

18 changes: 0 additions & 18 deletions vendor/github.com/cpuguy83/go-md2man/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/cpuguy83/go-md2man/go-md2man.1.md

This file was deleted.

51 changes: 0 additions & 51 deletions vendor/github.com/cpuguy83/go-md2man/md2man.go

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/github.com/cpuguy83/go-md2man/md2man/md2man.go

This file was deleted.

Loading

0 comments on commit 9c1072e

Please sign in to comment.