File tree Expand file tree Collapse file tree 3 files changed +285
-92
lines changed Expand file tree Collapse file tree 3 files changed +285
-92
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ token-scoped files after they are consumed. Services should also fail-fast if th
48
48
authentication calls to remote services return errors). Kubernetes will restart the service. This will put the service
49
49
into a crashloopbackoff until the Vault Control Tool is able to fetch fresh secrets.
50
50
51
-
52
51
## Other Documents
53
52
54
53
If you're curious on how to build this in your environment, see [ BUILDING.md] ( docs/BUILDING.md ) .
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ require (
10
10
github.com/hashicorp/vault/api v1.0.4
11
11
github.com/rs/zerolog v1.20.0
12
12
github.com/stretchr/testify v1.6.1
13
- golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
13
+ golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
14
14
gopkg.in/alecthomas/kingpin.v2 v2.2.6
15
15
gopkg.in/yaml.v2 v2.3.0
16
- k8s.io/api v0.18 .8
17
- k8s.io/apimachinery v0.18 .8
18
- k8s.io/client-go v0.18.0
19
- k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
16
+ k8s.io/api v0.20 .8
17
+ k8s.io/apimachinery v0.20 .8
18
+ k8s.io/client-go v0.20.8
19
+ k8s.io/utils v0.0.0-20201110183641-67b214c5f920
20
20
)
You can’t perform that action at this time.
0 commit comments